Adopt to removed Spring Framework API.

This commit is contained in:
Mark Paluch
2021-12-10 09:02:24 +01:00
parent 10d8ca2a08
commit 6984e3663d

View File

@@ -39,7 +39,7 @@ class PropertyEditorsIntegrationTests {
@AfterEach
void tearDown() {
if (ctx != null)
ctx.destroy();
ctx.close();
}
@Test