Skip to content

Commit 6984e36

Browse files
committed
Adopt to removed Spring Framework API.
1 parent 10d8ca2 commit 6984e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/redis/PropertyEditorsIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void setUp() {
3939
@AfterEach
4040
void tearDown() {
4141
if (ctx != null)
42-
ctx.destroy();
42+
ctx.close();
4343
}
4444

4545
@Test

0 commit comments

Comments
 (0)