Skip to content

Commit 84c69d5

Browse files
committed
Fix missing import
1 parent 3f3d98c commit 84c69d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-integration-core/src/test/java/org/springframework/integration/dsl/flows/IntegrationFlowTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package org.springframework.integration.dsl.flows;
1818

19+
import static org.assertj.core.api.Assertions.assertThat;
1920
import static org.hamcrest.Matchers.containsString;
2021
import static org.hamcrest.Matchers.instanceOf;
2122
import static org.junit.Assert.assertEquals;

0 commit comments

Comments
 (0)