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:44 +02:00
committed by GitHub
parent e2f6729c5e
commit 0cb1f8f4cb

View File

@@ -31,7 +31,7 @@ public final class TxIntegrationTest {
}
@Test
public void whenFileStartsWithFail_thanTxFailed() {
public void whenFileStartsWithFail_thenTxFailed() {
String fileName = System.getProperty("java.io.tmpdir") + "/tx/test2.txt";