Skip to content

Commit

Permalink
query test back
Browse files Browse the repository at this point in the history
  • Loading branch information
Анастасия Скульская committed Dec 10, 2024
1 parent 487e165 commit 9e53b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Manticoresearch/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function setUp() : void {
}

public function testNoParams() {
$this->assertEquals(null, $this->query->toArray());
$this->assertEquals([], $this->query->toArray());
}

public function testParamsNoNesting() {
Expand Down

0 comments on commit 9e53b8e

Please sign in to comment.