From 064dcfeaa089aa43c3dae25b7bb51f6ed06aafc0 Mon Sep 17 00:00:00 2001 From: soaryong-stamper Date: Wed, 10 May 2023 22:13:31 +0900 Subject: [PATCH] add private key logic --- .../io/cosmostation/suikotlin/ExampleInstrumentedTest.kt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt b/suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt index ffa88db..169662b 100644 --- a/suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt +++ b/suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt @@ -1,13 +1,11 @@ package io.cosmostation.suikotlin -import androidx.test.platform.app.InstrumentationRegistry import androidx.test.ext.junit.runners.AndroidJUnit4 - +import androidx.test.platform.app.InstrumentationRegistry +import org.junit.Assert.* import org.junit.Test import org.junit.runner.RunWith -import org.junit.Assert.* - /** * Instrumented test, which will execute on an Android device. *