We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3d98c commit 84c69d5Copy full SHA for 84c69d5
spring-integration-core/src/test/java/org/springframework/integration/dsl/flows/IntegrationFlowTests.java
@@ -16,6 +16,7 @@
16
17
package org.springframework.integration.dsl.flows;
18
19
+import static org.assertj.core.api.Assertions.assertThat;
20
import static org.hamcrest.Matchers.containsString;
21
import static org.hamcrest.Matchers.instanceOf;
22
import static org.junit.Assert.assertEquals;
0 commit comments