Skip to content

Commit

Permalink
Changing test to reflect the two removed currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Reichling committed Aug 3, 2016
1 parent 5b565a5 commit 310b994
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 @@ -134,7 +134,7 @@ public function testFindAll()
$currencies = $iso4217->findAll();

$this->assertInternalType('array', $currencies);
$this->assertCount(157, $currencies);
$this->assertCount(155, $currencies);

$this->assertContainsOnly('Payum\ISO4217\Currency', $currencies);
}
Expand Down

0 comments on commit 310b994

Please sign in to comment.