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 645c1f6 commit 61652c3Copy full SHA for 61652c3
rsocket-core/src/test/java/io/rsocket/internal/UnboundedProcessorTest.java
@@ -26,6 +26,7 @@
26
import io.rsocket.buffer.LeaksTrackingByteBufAllocator;
27
import io.rsocket.internal.subscriber.AssertSubscriber;
28
import java.time.Duration;
29
+import org.junit.jupiter.api.AfterAll;
30
import org.junit.jupiter.api.BeforeAll;
31
import org.junit.jupiter.api.RepeatedTest;
32
import org.junit.jupiter.api.Timeout;
@@ -45,6 +46,7 @@ public static void setup() {
45
46
Hooks.onErrorDropped(__ -> {});
47
}
48
49
+ @AfterAll
50
public static void teardown() {
51
Hooks.resetOnErrorDropped();
52
0 commit comments