Update spring-integration/src/test/java/com/baeldung/tx/TxIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
enpy
2019-10-08 14:56:38 +02:00
committed by GitHub
parent e07705f327
commit e2f6729c5e

View File

@@ -14,7 +14,7 @@ public final class TxIntegrationTest {
private static final String CONTEXT_CONFIG = "classpath:META-INF/spring/integration/spring-integration-tx-context.xml";
@Test
public void whenFileDoesntStartWithFail_thanTxSuccessful() throws InterruptedException, IOException {
public void whenFileDoesntStartWithFail_thenTxSuccessful() throws InterruptedException, IOException {
final AbstractApplicationContext context =
new ClassPathXmlApplicationContext(CONTEXT_CONFIG);