Commit 5b77618a0fb11053c56475bfe9609540807b3a90

Authored by Andrew Kane
1 parent ac938b36

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,7 +35,7 @@ class CallbacksTest < Minitest::Test
35 store_names ["Product A", "Product B"] 35 store_names ["Product A", "Product B"]
36 end 36 end
37 Product.searchkick_index.refresh 37 Product.searchkick_index.refresh
38 - assert_search "product", [], load: false 38 + assert_search "product", [], load: false, conversions: false
39 assert_equal 2, reindex_queue.length 39 assert_equal 2, reindex_queue.length
40 40
41 Searchkick::ProcessQueueJob.perform_later(class_name: "Product") 41 Searchkick::ProcessQueueJob.perform_later(class_name: "Product")