Skip to content

Commit

Permalink
NamedEntityIteratorRepoTest: expected entities count fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Nov 28, 2024
1 parent 6fa4bb5 commit c03dd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NamedEntityIteratorRepoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function testFilter(): void {

$iter->setFilter(class: $schema->classes->person);
$iter->getNamedEntities()->current();
$this->assertEquals(19, $iter->count());
$this->assertEquals(18, $iter->count());

$iter->setFilter(class: $schema->classes->place);
$iter->getNamedEntities()->current();
Expand Down

0 comments on commit c03dd75

Please sign in to comment.