Update spring-integration/src/test/java/com/baeldung/tx/TxIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user