Skip to content

Commit 115e3eb

Browse files
committed
fix up the lint issue
1 parent 67e7375 commit 115e3eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

library/src/androidTest/java/org/xmtp/android/library/ClientTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
44
import androidx.test.platform.app.InstrumentationRegistry
55
import org.junit.Assert.assertEquals
66
import org.junit.Assert.fail
7-
import org.junit.Ignore
87
import org.junit.Test
98
import org.junit.runner.RunWith
109
import org.xmtp.android.library.messages.PrivateKeyBuilder

library/src/androidTest/java/org/xmtp/android/library/CodecTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
44
import com.google.protobuf.kotlin.toByteStringUtf8
55
import org.junit.Assert.assertEquals
66
import org.junit.Assert.assertTrue
7-
import org.junit.Ignore
87
import org.junit.Test
98
import org.junit.runner.RunWith
109
import org.xmtp.android.library.Crypto.Companion.verifyHmacSignature

0 commit comments

Comments
 (0)