Skip to content

Commit 1ada726

Browse files
committed
tests: Remove 'test' redundancy from method name
1 parent 753591a commit 1ada726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CglibNPETest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void ancestorSelf() {
6464
}
6565

6666
@Test
67-
void testGrandParent() {
67+
void grandParent() {
6868
try (SqlSession sqlSession = sqlSessionFactory.openSession()) {
6969
PersonMapper personMapper = sqlSession.getMapper(PersonMapper.class);
7070
Person expectedParent = personMapper.selectById(2);

0 commit comments

Comments
 (0)