Skip to content

Commit 94261fe

Browse files
committedMay 8, 2024
Fix test
1 parent 809eb88 commit 94261fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/cases/coerced_tests.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1511,11 +1511,11 @@ def self.search_as_method(term)
15111511
}
15121512
end
15131513

1514-
assert_queries_match(/LIKE N'20!% !_reduction!_!!'/) do
1514+
assert_queries_match(/LIKE @0/) do
15151515
searchable_post.search_as_method("20% _reduction_!").to_a
15161516
end
15171517

1518-
assert_queries_match(/LIKE N'20!% !_reduction!_!!'/) do
1518+
assert_queries_match(/LIKE @0/) do
15191519
searchable_post.search_as_scope("20% _reduction_!").to_a
15201520
end
15211521
end

0 commit comments

Comments
 (0)