Commit 2351f8706b518086a2bcc3803820263d78700822
1 parent
037eff05
Exists in
master
and in
5 other branches
Fixed tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/language_test.rb
... | ... | @@ -45,7 +45,7 @@ class LanguageTest < Minitest::Test |
45 | 45 | with_options({language: "japanese", search_synonyms: [["飲む", "喰らう"]]}) do |
46 | 46 | end |
47 | 47 | end |
48 | - assert_equal "Search synonyms not supported yet for language", error.message | |
48 | + assert_equal "Search synonyms are not supported yet for language", error.message | |
49 | 49 | end |
50 | 50 | |
51 | 51 | def test_japanese2 | ... | ... |