Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Jan 25, 2023
1 parent 83ee86b commit 248a20f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ton-kotlin-liteclient/jvm/test/LiteClientTest2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.junit.Test
import org.ton.api.liteclient.config.LiteClientConfigGlobal
import org.ton.api.liteserver.LiteServerDesc
import org.ton.api.pub.PublicKeyEd25519
import org.ton.api.tonnode.TonNodeBlockId
import org.ton.block.AccountActive
import org.ton.block.AccountInfo
import org.ton.crypto.base64
Expand All @@ -13,7 +12,6 @@ import kotlin.test.assertNotNull
import kotlin.test.assertTrue

class LiteClientTest2 {

private fun getClient() = LiteClient(
liteClientConfigGlobal = LiteClientConfigGlobal(
liteServers = listOf(
Expand Down

0 comments on commit 248a20f

Please sign in to comment.