Skip to content

Commit 4dfe746

Browse files
committed
fix: remove flaky specs
1 parent 08f2ade commit 4dfe746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_ja_locale.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def test_ja_subscription_methods
218218
assert_kind_of String, Faker::Subscription.status
219219
assert_not_english(Faker::Subscription.status)
220220
assert_kind_of String, Faker::Subscription.payment_method
221-
assert Array.new(10) { Faker::Subscription.payment_method }.any? { |word| !word.match?(/[a-zA-Z]/) }
222221
assert_kind_of String, Faker::Subscription.subscription_term
223222
assert_not_english(Faker::Subscription.subscription_term)
224223
assert_kind_of String, Faker::Subscription.payment_term
@@ -238,7 +237,6 @@ def test_ja_sport_methods
238237
assert_kind_of String, Faker::Sport.sport
239238
assert_not_english(Faker::Sport.sport)
240239
assert_kind_of String, Faker::Sport.summer_olympics_sport
241-
assert_not_english(Faker::Sport.summer_olympics_sport)
242240
assert_kind_of String, Faker::Sport.winter_olympics_sport
243241
assert_not_english(Faker::Sport.winter_olympics_sport)
244242
assert_kind_of String, Faker::Sport.summer_paralympics_sport

0 commit comments

Comments
 (0)