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() {
7878 // assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers
7979 // with no methods are loaded
8080
81- applicationContext .destroy ();
81+ applicationContext .close ();
8282 }
8383
8484 @ Test
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void assertNoMapperClass() {
6464 // assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers
6565 // with no methods are loaded
6666
67- applicationContext .destroy ();
67+ applicationContext .close ();
6868 }
6969
7070 @ Test
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void assertNoMapperClass() {
7878 assertBeanNotLoaded ("package-info" );
7979 // assertBeanNotLoaded("annotatedMapperZeroMethods"); // as of 1.1.0 mappers with no methods are loaded
8080
81- applicationContext .destroy ();
81+ applicationContext .close ();
8282 }
8383
8484 @ Test
You can’t perform that action at this time.
0 commit comments