code cleanup

This commit is contained in:
Robinson 2021-04-29 11:37:13 +02:00
parent 3b1d699463
commit 0da8986258

View File

@ -231,14 +231,14 @@ class ConnectionFilterTest : BaseTest() {
} }
try { try {
client.connect(LOOPBACK, 0) client.connect(LOOPBACK)
} catch (e: Exception) { } catch (e: Exception) {
stopEndPoints() stopEndPoints()
throw e throw e
} }
} }
waitForThreads(0) waitForThreads()
} }
@Test(expected = ClientException::class) @Test(expected = ClientException::class)