Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Dec 18, 2023
1 parent 776497d commit becbea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void testRemoveServerAddressByPushEmptyProtection() {
logger.info("before time: {}", System.currentTimeMillis());
Assertions.assertEquals(2, list.size());
redisRegistryService.unregister(new InetSocketAddress(NetUtil.getLocalIp(), 8091));
redisRegistryService.unregister(new InetSocketAddress(NetUtil.getLocalIp(), 8092));
//redisRegistryService.unregister(new InetSocketAddress(NetUtil.getLocalIp(), 8092));
list = redisRegistryService.lookup("default_tx_group");
logger.info("after time: {}", System.currentTimeMillis());
Assertions.assertEquals(1, list.size());
Expand Down

0 comments on commit becbea9

Please sign in to comment.