Issue#13 Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2022-01-27 02:10:03 +02:00
parent 5d89e62356
commit f248ab1081
6 changed files with 6 additions and 8 deletions

View file

@ -71,7 +71,6 @@ class MockServerScenarioSetupResetingTestRule(
.sslSocketFactory(handshakeCertificates.sslSocketFactory(), handshakeCertificates.trustManager)
.build()
private fun after() {
mockServerScenarioSetup.stop()
}

View file

@ -24,7 +24,6 @@ class NetworkSynchronizationTestRule : TestRule, KoinTest {
dispose()
}
}
}
}