Commit eeb21d7a6d280c488bff4c6198641ba9f1562504

Authored by Andrew
1 parent 98f8b77f

Fixed misspelling

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/partial_reindex_test.rb
... ... @@ -57,7 +57,7 @@ class PartialReindexTest < Minitest::Test
57 57 end
58 58  
59 59 def test_instance_method_async
60   - skil unless defined?(ActiveJob)
  60 + skip unless defined?(ActiveJob)
61 61  
62 62 product = Product.create!(name: "Hi")
63 63 product.reindex(:search_data, mode: :async)
... ...