Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Oct 21, 2023
1 parent c8d8e16 commit 61d79be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions uma-sdk/src/commonTest/kotlin/me/uma/UmaTests.kt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package me.uma

import me.uma.crypto.Secp256k1
import me.uma.protocol.KycStatus
import me.uma.protocol.PayerDataOptions
import me.uma.protocol.TravelRuleFormat
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.fail
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import kotlinx.serialization.json.Json
import me.uma.crypto.Secp256k1
import me.uma.protocol.KycStatus
import me.uma.protocol.PayerDataOptions
import me.uma.protocol.TravelRuleFormat

@OptIn(ExperimentalCoroutinesApi::class)
class UmaTests {
Expand Down

0 comments on commit 61d79be

Please sign in to comment.