Skip to content

Commit 5731bd6

Browse files
authored
Merge pull request #1461 from kazuki43zoo/change-testcase-classname
Change class name at some testcase classes
2 parents 674b9c0 + 98e25c5 commit 5731bd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import org.junit.jupiter.api.BeforeAll;
3232
import org.junit.jupiter.api.Test;
3333

34-
class CommonPropertyDeferLoadError {
34+
class CommonPropertyDeferLoadTest {
3535

3636
private static SqlSessionFactory sqlSessionFactory;
3737
private static SqlSessionFactory lazyLoadSqlSessionFactory;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.junit.jupiter.api.BeforeAll;
2626
import org.junit.jupiter.api.Test;
2727

28-
class CommonPropertyLazyLoadError {
28+
class CommonPropertyLazyLoadTest {
2929

3030
private static SqlSessionFactory sqlSessionFactory;
3131

src/test/java/org/apache/ibatis/submitted/order_prefix_removed/OrderPrefixRemoved.java renamed to src/test/java/org/apache/ibatis/submitted/order_prefix_removed/OrderPrefixRemovedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.junit.jupiter.api.BeforeAll;
2929
import org.junit.jupiter.api.Test;
3030

31-
class OrderPrefixRemoved {
31+
class OrderPrefixRemovedTest {
3232

3333
private static SqlSessionFactory sqlSessionFactory;
3434

0 commit comments

Comments
 (0)