We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6ccd0 commit 0a7fdb3Copy full SHA for 0a7fdb3
spring-web/src/test/java/org/springframework/http/server/reactive/HttpHeadResponseDecoratorTests.java
@@ -18,7 +18,7 @@
18
import java.nio.charset.StandardCharsets;
19
20
import io.netty.buffer.PooledByteBufAllocator;
21
-import org.junit.After;
+import org.junit.jupiter.api.AfterEach;
22
import org.junit.jupiter.api.Test;
23
import reactor.core.publisher.Flux;
24
@@ -42,7 +42,7 @@ public class HttpHeadResponseDecoratorTests {
42
new HttpHeadResponseDecorator(new MockServerHttpResponse(this.bufferFactory));
43
44
45
- @After
+ @AfterEach
46
public void tearDown() {
47
this.bufferFactory.checkForLeaks();
48
}
0 commit comments