diff --git a/tests/Unit/Rules/ValidCurrencyTest.php b/tests/Unit/Rules/ValidCurrencyTest.php index be839ea..3099a2f 100644 --- a/tests/Unit/Rules/ValidCurrencyTest.php +++ b/tests/Unit/Rules/ValidCurrencyTest.php @@ -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 {