Skip to content

Commit cc6472c

Browse files
authored
Fix property in the IntegrationFlowTests
Signed-off-by: Artem Bilan <[email protected]>
1 parent 479521a commit cc6472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public class IntegrationFlowTests {
193193
AbstractEndpoint stringSupplierEndpoint;
194194

195195
@Autowired
196-
TaskScheduler customTaskScheduler;
196+
TaskScheduler customScheduler;
197197

198198
@Test
199199
public void testWithSupplierMessageSourceImpliedPoller() {

0 commit comments

Comments
 (0)