Skip to content

Commit e6cb941

Browse files
committed
1 parent 18d7d5e commit e6cb941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ First we configure our test class with a `@SpringIntegrationTest` annotation to
196196
====
197197
[source,java]
198198
----
199-
@RunWith(SpringRunner.class)
199+
@SpringJUnitConfig
200200
@SpringIntegrationTest(noAutoStartup = {"inboundChannelAdapter", "*Source*"})
201201
public class MyIntegrationTests {
202202

0 commit comments

Comments
 (0)