Skip to content

Commit

Permalink
Fixed: Broken concurrent_ruby spec with #do_once.
Browse files Browse the repository at this point in the history
  • Loading branch information
delner committed Nov 28, 2018
1 parent 950f2d4 commit 64c7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ddtrace/contrib/concurrent_ruby/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
example.run
::Concurrent.send(:remove_const, :Future)
::Concurrent.const_set('Future', unmodified_future)
Datadog.registry[:concurrent_ruby].patcher.instance_variable_set(:@done_once, {})
remove_patch!(:concurrent_ruby)
end

let(:tracer) { ::Datadog::Tracer.new(writer: FauxWriter.new) }
Expand Down

0 comments on commit 64c7b3f

Please sign in to comment.