From 1c270d8d067bec08bbf419adeb354f96a3731780 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 13 Jan 2020 18:21:36 +0100 Subject: [PATCH] Fix Checkstyle violation --- .../http/server/reactive/ErrorHandlerIntegrationTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-web/src/test/java/org/springframework/http/server/reactive/ErrorHandlerIntegrationTests.java b/spring-web/src/test/java/org/springframework/http/server/reactive/ErrorHandlerIntegrationTests.java index 41113324e70..c7a925b4720 100644 --- a/spring-web/src/test/java/org/springframework/http/server/reactive/ErrorHandlerIntegrationTests.java +++ b/spring-web/src/test/java/org/springframework/http/server/reactive/ErrorHandlerIntegrationTests.java @@ -18,7 +18,6 @@ package org.springframework.http.server.reactive; import java.net.URI; -import org.junit.Assume; import org.junit.jupiter.api.Assumptions; import reactor.core.publisher.Mono;