Skip to content

Commit

Permalink
fix annoying test
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jul 1, 2024
1 parent 3ce6e02 commit bdb5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISO4217Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testGetAll(): void
{
$iso4217 = new ISO4217();
$this->assertIsArray($iso4217->getAll());
$this->assertCount(157, $iso4217->getAll());
$this->assertCount(158, $iso4217->getAll());
}

public function invalidAlpha3Provider(): array
Expand Down

0 comments on commit bdb5f55

Please sign in to comment.