Skip to content

Commit

Permalink
Added test for new currency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Sep 11, 2024
1 parent fc08003 commit f085651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Rules/ValidCurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ final class ValidCurrencyTest extends TestCase
* @testWith ["GBP"]
* ["BYR"]
* ["BYN"]
* ["VES"]
*/
public function validator_returns_true_if_the_currency_is_valid(string $currency): void
{
Expand Down

0 comments on commit f085651

Please sign in to comment.