Skip to content

Commit

Permalink
Merge pull request #2316 from yujideveloper/fix/typo-test-method
Browse files Browse the repository at this point in the history
Fix typo in test method
  • Loading branch information
koic committed May 7, 2021
2 parents e110fa4 + dcd21cd commit e2f77bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ja_locale.rb
Expand Up @@ -159,7 +159,7 @@ def test_ja_space_methods
assert Faker::Space.galaxy.is_a? String
end

def test_it_subscription_methods
def test_ja_subscription_methods
assert Faker::Subscription.plan.is_a? String
assert_not_english(Faker::Subscription.plan)
assert Faker::Subscription.status.is_a? String
Expand Down

0 comments on commit e2f77bf

Please sign in to comment.