fix : supplementary modification

pull/1029/head
pizihao 3 years ago
parent 50d1a3ff98
commit 7e35ccfed0

@ -35,8 +35,6 @@ public class NettyServerSupportTest {
}
Assert.assertTrue(support.isActive());
support.close();
ThreadUtil.sleep(1000L);
Assert.assertFalse(support.isActive());
}
}
Loading…
Cancel
Save