Commit a6a6ddddf9a7931184c5579fefe84a5225adc8d9

Authored by Andrew Kane
1 parent 6988ca21

Simplified test [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/log_subscriber_test.rb
... ... @@ -30,7 +30,7 @@ class LogSubscriberTest < Minitest::Test
30 30 Product.reindex
31 31 end
32 32 assert_match "Product Import", output
33   - assert_match "\"count\":1", output
  33 + assert_match '"count":1', output
34 34 end
35 35  
36 36 def capture_logs
... ...