Skip to content

Commit

Permalink
update test to account for added countries
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Sep 6, 2023
1 parent 7e40384 commit 99a8ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CountriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function testIterator()
{
$countries = new Countries();

$this->assertCount(245, $countries);
$this->assertCount(249, $countries);
}

public function testArrayAccess()
Expand Down

0 comments on commit 99a8ff7

Please sign in to comment.