diff --git a/ISO4217Test.php b/ISO4217Test.php index a13c81f..a0403f6 100644 --- a/ISO4217Test.php +++ b/ISO4217Test.php @@ -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