Skip to content

Commit 88005e7

Browse files
committed
Fix test class names.
1 parent 3626f66 commit 88005e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
*/
7676
@SpringJUnitConfig
7777
@DirtiesContext
78-
public class DefaultErrorHandlerSeekAfterCommitExceptionBatchAck {
78+
public class DefaultErrorHandlerSeekAfterCommitExceptionBatchAckTests {
7979

8080
@SuppressWarnings("rawtypes")
8181
@Autowired
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*/
7777
@SpringJUnitConfig
7878
@DirtiesContext
79-
public class DefaultErrorHandlerSeekAfterCommitException {
79+
public class DefaultErrorHandlerSeekAfterCommitExceptionTests {
8080

8181
@SuppressWarnings("rawtypes")
8282
@Autowired

0 commit comments

Comments
 (0)