File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/java/org/mybatis/spring Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void assertNoMapperClass() {
78
78
// assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers
79
79
// with no methods are loaded
80
80
81
- applicationContext .destroy ();
81
+ applicationContext .close ();
82
82
}
83
83
84
84
@ Test
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void assertNoMapperClass() {
64
64
// assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers
65
65
// with no methods are loaded
66
66
67
- applicationContext .destroy ();
67
+ applicationContext .close ();
68
68
}
69
69
70
70
@ Test
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void assertNoMapperClass() {
78
78
assertBeanNotLoaded ("package-info" );
79
79
// assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers with no methods are loaded
80
80
81
- applicationContext .destroy ();
81
+ applicationContext .close ();
82
82
}
83
83
84
84
@ Test
You can’t perform that action at this time.
0 commit comments