Commit 5b77618a0fb11053c56475bfe9609540807b3a90
1 parent
ac938b36
Exists in
master
and in
19 other branches
Fixed sporadically failing test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/callbacks_test.rb
... | ... | @@ -35,7 +35,7 @@ class CallbacksTest < Minitest::Test |
35 | 35 | store_names ["Product A", "Product B"] |
36 | 36 | end |
37 | 37 | Product.searchkick_index.refresh |
38 | - assert_search "product", [], load: false | |
38 | + assert_search "product", [], load: false, conversions: false | |
39 | 39 | assert_equal 2, reindex_queue.length |
40 | 40 | |
41 | 41 | Searchkick::ProcessQueueJob.perform_later(class_name: "Product") | ... | ... |