Update spring-integration/src/test/java/com/baeldung/tx/TxIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ public final class TxIntegrationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenFileStartsWithFail_thanTxFailed() {
|
public void whenFileStartsWithFail_thenTxFailed() {
|
||||||
|
|
||||||
String fileName = System.getProperty("java.io.tmpdir") + "/tx/test2.txt";
|
String fileName = System.getProperty("java.io.tmpdir") + "/tx/test2.txt";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user