lib/datadog/ci/test_module.rb in datadog-ci-1.0.0.beta1 vs lib/datadog/ci/test_module.rb in datadog-ci-1.0.0.beta2

- old
+ new

@@ -12,12 +12,12 @@ # @public_api class TestModule < ConcurrentSpan # Finishes this test module. # @return [void] def finish - super - recorder.deactivate_test_module + + super end end end end