Fix detekt issue

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-18 16:13:12 +00:00
parent 3d0ad702de
commit 8ae368ae6d

View File

@ -107,7 +107,7 @@ class VaultObserverExceptionTest {
* DatabsaseEndocrinologist in the FlowHospital and being kept for overnight observation - Unsafe subscribe * DatabsaseEndocrinologist in the FlowHospital and being kept for overnight observation - Unsafe subscribe
*/ */
@Test(timeout=300_000) @Test(timeout=300_000)
fun unhandledSqlExceptionFromVaultObserverGetsHospitalised_UnsafeSubscription() { fun unhandledSqlExceptionFromVaultObserverGetsHospitalisedUnsafeSubscription() {
DbListenerService.safeSubscription = false DbListenerService.safeSubscription = false
val testControlFuture = openFuture<Boolean>().toCompletableFuture() val testControlFuture = openFuture<Boolean>().toCompletableFuture()