Skip to content

Commit 93dd351

Browse files
committed
fix test expectation
1 parent 5ddd022 commit 93dd351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/CollectionExtendedTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ public function testFulltextQuery()
26372637
);
26382638

26392639
$m = $cursor->getMetadata();
2640-
static::assertEquals(1, $m['count']);
2640+
static::assertEquals(0, $m['count']);
26412641
static::assertEquals(false, $m['hasMore']);
26422642

26432643
$cursor = $collectionHandler->fulltext(

0 commit comments

Comments
 (0)