We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2cebd commit e470071Copy full SHA for e470071
test/integration/instrumentation_test.rb
@@ -48,7 +48,7 @@ class InstrumentationTest < ActiveSupport::TestCase
48
worker.stop
49
end
50
51
- assert events.size >= 4
+ assert events.size >= 1
52
events.each { |e| assert_event e, "polling" }
53
54
0 commit comments