Updated on 2026-08-14
This commit is contained in:
parent
336ec4a1ed
commit
53599d8a3e
14 changed files with 201 additions and 191 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package com.tangem.blockchain.common
|
||||
|
||||
import com.google.common.truth.Truth
|
||||
import com.tangem.Config
|
||||
import com.tangem.SessionEnvironment
|
||||
import com.tangem.blockchain.blockchains.binance.BinanceWalletManager
|
||||
import com.tangem.blockchain.blockchains.bitcoin.BitcoinWalletManager
|
||||
|
|
@ -20,7 +19,7 @@ import org.junit.Test
|
|||
|
||||
internal class WalletManagerFactoryTest {
|
||||
|
||||
private val sessionEnvironment = SessionEnvironment(null, Config(), null, null)
|
||||
private val sessionEnvironment = SessionEnvironment()
|
||||
|
||||
@Test
|
||||
fun createBitcoinWalletManager() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue