From 6eaa7bfc59753d79da34d9544ca116de520f83b1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 17 Mar 2020 22:04:20 -0700 Subject: [PATCH] Updated test [skip ci] --- test/misspellings_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/misspellings_test.rb b/test/misspellings_test.rb index 261ce95..8233bc0 100644 --- a/test/misspellings_test.rb +++ b/test/misspellings_test.rb @@ -10,6 +10,7 @@ class MisspellingsTest < Minitest::Test def test_misspellings_distance store_names ["abbb", "aabb"] assert_search "aaaa", ["aabb"], misspellings: {distance: 2} + assert_search_relation ["aabb"], Product.search("aaaa", relation: true).misspellings(distance: 2) end def test_misspellings_prefix_length -- libgit2 0.21.0