From 252008b389d1d9841c55809e869a0d5ffd1e4bb1 Mon Sep 17 00:00:00 2001 From: Ochenstarik Date: Mon, 24 Aug 2026 09:52:31 +0700 Subject: [PATCH] fix(test): remove duplicate import in JsonRpcGatewayClientTest --- .../app/hermes/mobile/core/network/JsonRpcGatewayClientTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/test/java/app/hermes/mobile/core/network/JsonRpcGatewayClientTest.kt b/app/src/test/java/app/hermes/mobile/core/network/JsonRpcGatewayClientTest.kt index b81066c..3166f33 100644 --- a/app/src/test/java/app/hermes/mobile/core/network/JsonRpcGatewayClientTest.kt +++ b/app/src/test/java/app/hermes/mobile/core/network/JsonRpcGatewayClientTest.kt @@ -6,7 +6,6 @@ import app.hermes.mobile.core.model.RuntimeSessionId import kotlinx.coroutines.flow.first import kotlinx.coroutines.runBlocking import kotlinx.coroutines.withTimeout -import kotlinx.coroutines.async import kotlinx.coroutines.CoroutineStart import kotlinx.coroutines.async import okhttp3.Response