diff --git a/test/match_test.rb b/test/match_test.rb index 2b548c8..f3baa01 100644 --- a/test/match_test.rb +++ b/test/match_test.rb @@ -151,12 +151,12 @@ class MatchTest < Minitest::Test def test_spaces_in_field store_names ["Red Bull"] - assert_search "redbull", ["Red Bull"] + assert_search "redbull", ["Red Bull"], misspellings: false end def test_spaces_in_query store_names ["Dishwasher"] - assert_search "dish washer", ["Dishwasher"] + assert_search "dish washer", ["Dishwasher"], misspellings: false end def test_spaces_three_words -- libgit2 0.21.0