提交 0a7fdb38 编写于 作者: R Rossen Stoyanchev

Fix checkstyle error

上级 ff6ccd0d
......@@ -18,7 +18,7 @@ package org.springframework.http.server.reactive;
import java.nio.charset.StandardCharsets;
import io.netty.buffer.PooledByteBufAllocator;
import org.junit.After;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Flux;
......@@ -42,7 +42,7 @@ public class HttpHeadResponseDecoratorTests {
new HttpHeadResponseDecorator(new MockServerHttpResponse(this.bufferFactory));
@After
@AfterEach
public void tearDown() {
this.bufferFactory.checkForLeaks();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册