We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950f2d4 commit 64c7b3fCopy full SHA for 64c7b3f
spec/ddtrace/contrib/concurrent_ruby/integration_spec.rb
@@ -9,7 +9,7 @@
9
example.run
10
::Concurrent.send(:remove_const, :Future)
11
::Concurrent.const_set('Future', unmodified_future)
12
- Datadog.registry[:concurrent_ruby].patcher.instance_variable_set(:@done_once, {})
+ remove_patch!(:concurrent_ruby)
13
end
14
15
let(:tracer) { ::Datadog::Tracer.new(writer: FauxWriter.new) }
0 commit comments