From bdb5f553e4af09fcfc7488e17b5394022746edc2 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Mon, 1 Jul 2024 11:51:36 +0200 Subject: [PATCH] fix annoying test --- ISO4217Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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