Added cleaning up of each operator

This commit is contained in:
Marcin Grzejszczak
2018-03-01 11:15:39 +01:00
parent bd69d23a61
commit 3013b21781

View File

@@ -240,6 +240,7 @@ public class SpanSubscriberTests {
@AfterClass
public static void cleanup() {
Hooks.resetOnLastOperator();
Hooks.resetOnEachOperator();
Schedulers.resetFactory();
}