From a9b57db1ff4dedcac82cc7cf0ebf7d0891d99a6e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Mar 2021 23:41:02 -0700 Subject: [PATCH] Disable misspellings for spaces tests --- test/match_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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