Skip to content

Commit 0a7fdb3

Browse files
committed
Fix checkstyle error
1 parent ff6ccd0 commit 0a7fdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/test/java/org/springframework/http/server/reactive/HttpHeadResponseDecoratorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.nio.charset.StandardCharsets;
1919

2020
import io.netty.buffer.PooledByteBufAllocator;
21-
import org.junit.After;
21+
import org.junit.jupiter.api.AfterEach;
2222
import org.junit.jupiter.api.Test;
2323
import reactor.core.publisher.Flux;
2424

@@ -42,7 +42,7 @@ public class HttpHeadResponseDecoratorTests {
4242
new HttpHeadResponseDecorator(new MockServerHttpResponse(this.bufferFactory));
4343

4444

45-
@After
45+
@AfterEach
4646
public void tearDown() {
4747
this.bufferFactory.checkForLeaks();
4848
}

0 commit comments

Comments
 (0)