From c755bfd9fdb0908a49aa93d161af40cb9a3ae811 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 10 Jan 2022 11:03:32 -0500 Subject: [PATCH] Checkstyle cleanup --- .../cloud/stream/function/SourceToFunctionsSupportTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java b/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java index 12b369cf8..e507f99b4 100644 --- a/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java +++ b/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java @@ -26,7 +26,6 @@ import org.junit.Rule; import org.junit.Test; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.rules.ExpectedException; import reactor.core.publisher.Flux;