Skip to content

Commit 064dcfe

Browse files
author
soaryong-stamper
committed
add private key logic
1 parent 3bbe1e9 commit 064dcfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package io.cosmostation.suikotlin
22

3-
import androidx.test.platform.app.InstrumentationRegistry
43
import androidx.test.ext.junit.runners.AndroidJUnit4
5-
4+
import androidx.test.platform.app.InstrumentationRegistry
5+
import org.junit.Assert.*
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

9-
import org.junit.Assert.*
10-
119
/**
1210
* Instrumented test, which will execute on an Android device.
1311
*

0 commit comments

Comments
 (0)