Skip to content

Commit

Permalink
#98 fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
guich25 committed Feb 27, 2024
1 parent 318245b commit 192be45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function testQuery(QueryBuilder $queryBuilder, array $expectedCouples): v
$this->loadFixtures($storage);

self::assertExecutions($expectedCouples, $storage->query($queryBuilder->getQuery()));
self::assertSame(\count($expectedCouples[0]), $storage->count($queryBuilder->getQuery()));
self::assertSame(\count($expectedCouples), $storage->count($queryBuilder->getQuery()));
}

public function queries(): Generator
Expand Down

0 comments on commit 192be45

Please sign in to comment.