Skip to content

Commit 967a408

Browse files
committed
Test case updated
1 parent 273b317 commit 967a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function testAssetsFindExceptDefault() {
400400
}
401401

402402
public function testAssetsFindSearch() {
403-
$_assets = self::$Stack->Assets()->Query()->search('image/jpeg')->toJSON()->find();
403+
$_assets = self::$Stack->Assets()->Query()->search('image/jpeg')->language('en-us')->toJSON()->find();
404404
$this->assertArrayHasKey(0, $_assets);
405405
// $assets = self::$Stack->Assets()->Query()->toJSON()->find();
406406
// $assets_count = count($assets[0]);

0 commit comments

Comments
 (0)