diff --git a/WalletSdk/src/main/java/com/spruceid/wallet/sdk/KeyManager.kt b/WalletSdk/src/main/java/com/spruceid/wallet/sdk/KeyManager.kt index 1f522c8..d71afc7 100644 --- a/WalletSdk/src/main/java/com/spruceid/wallet/sdk/KeyManager.kt +++ b/WalletSdk/src/main/java/com/spruceid/wallet/sdk/KeyManager.kt @@ -6,7 +6,6 @@ import android.security.keystore.KeyProperties import android.util.Base64 import android.util.Log import androidx.annotation.RequiresApi -import org.jetbrains.annotations.VisibleForTesting import java.security.KeyPairGenerator import java.security.KeyStore import java.security.Signature diff --git a/WalletSdk/src/test/java/com/spruceid/wallet/sdk/ExampleInstrumentedTest.kt b/WalletSdk/src/test/java/com/spruceid/wallet/sdk/ExampleInstrumentedTest.kt deleted file mode 100644 index a803d5e..0000000 --- a/WalletSdk/src/test/java/com/spruceid/wallet/sdk/ExampleInstrumentedTest.kt +++ /dev/null @@ -1,24 +0,0 @@ -package com.spruceid.wallet.sdk - -import androidx.test.InstrumentationRegistry -import androidx.test.ext.junit.runners.AndroidJUnit4 - -import org.junit.Test -import org.junit.runner.RunWith - -import org.junit.Assert.* - -/** - * Instrumented test, which will execute on an Android device. - * - * See [testing documentation](http://d.android.com/tools/testing). - */ -@RunWith(AndroidJUnit4::class) -class ExampleInstrumentedTest { - @Test - fun useAppContext() { - // Context of the app under test. - val appContext = InstrumentationRegistry.getInstrumentation().targetContext - assertEquals("com.spruceid.wallet.sdk.test", appContext.packageName) - } -} \ No newline at end of file