We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b4bfb commit 60c7848Copy full SHA for 60c7848
shared/src/commonTest/kotlin/io.zerion.kmm.api/ZerionSDKTests.kt
@@ -1,6 +1,7 @@
1
package io.zerion.kmm.api
2
3
import io.zerion.kmm.api.models.PositionFilter
4
+import kotlin.test.BeforeTest
5
import kotlin.test.Test
6
import kotlin.test.assertEquals
7
import kotlin.test.assertNotNull
@@ -21,7 +22,7 @@ private object OperationTypes {
21
22
23
class ZerionSDKTests {
24
- private val testWalletAddress = "0x42b9dF65B219B3dD36FF330A4dD8f327A6Ada990"
25
+ private val testWalletAddress = "0x7e5ce10826ee167de897d262fcc9976f609ecd2b"
26
27
@Test
28
fun shouldInitializeLibrary() {
0 commit comments