From 877535e08604218db1a350b6d0e6c315611560d1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 14 Dec 2021 13:42:08 +0300 Subject: [PATCH] test fixed --- .../test/java/org/redisson/RedissonLiveObjectServiceTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/redisson/src/test/java/org/redisson/RedissonLiveObjectServiceTest.java b/redisson/src/test/java/org/redisson/RedissonLiveObjectServiceTest.java index bb84a5379..11c354e74 100644 --- a/redisson/src/test/java/org/redisson/RedissonLiveObjectServiceTest.java +++ b/redisson/src/test/java/org/redisson/RedissonLiveObjectServiceTest.java @@ -372,8 +372,6 @@ public class RedissonLiveObjectServiceTest extends BaseTest { List s = liveObjectService.persist(item1, item2); assertThat(s.get(0).getId()).isEqualTo(item1.getId()); assertThat(s.get(1).getId()).isEqualTo(item2.getId()); - - redisson.shutdown(); } @Test