From dcd21cd5f03da214945f2d2086aba125d678df0e Mon Sep 17 00:00:00 2001 From: Yuji Hanamura Date: Fri, 7 May 2021 19:28:33 +0900 Subject: [PATCH] Fix typo in test method --- test/test_ja_locale.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ja_locale.rb b/test/test_ja_locale.rb index 9e43b468a6..026502cb2c 100644 --- a/test/test_ja_locale.rb +++ b/test/test_ja_locale.rb @@ -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