We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753591a commit 1ada726Copy full SHA for 1ada726
src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CglibNPETest.java
@@ -64,7 +64,7 @@ void ancestorSelf() {
64
}
65
66
@Test
67
- void testGrandParent() {
+ void grandParent() {
68
try (SqlSession sqlSession = sqlSessionFactory.openSession()) {
69
PersonMapper personMapper = sqlSession.getMapper(PersonMapper.class);
70
Person expectedParent = personMapper.selectById(2);
0 commit comments