Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jun 3, 2023
1 parent f722368 commit 5ae15dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adresse/Provider/ApiProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testReverse(): void {
$res = $obj->reverse($arg);
$this->assertInstanceOf(FeatureCollection::class, $res);

$this->assertCount(1, $res->getFeatures());
$this->assertGreaterThanOrEqual(1, count($res->getFeatures()));

$this->assertEquals("draft", $res->getForeignMember("version"));
$this->assertEquals("BAN", $res->getForeignMember("attribution"));
Expand Down

0 comments on commit 5ae15dc

Please sign in to comment.