Refactoring utils with adding several new ones

This commit is contained in:
Aleksei Chetaev 2023-02-20 00:41:16 +01:00 committed by Aleksey Chetaev
parent 5568cbd0bf
commit 4fd9d69701
10 changed files with 276 additions and 61 deletions

View file

@ -5,7 +5,7 @@ from uuid import uuid4
from neo3.wallet.wallet import Wallet
from frostfs_testlib.utils.wallet import init_wallet, get_last_address_from_wallet
from frostfs_testlib.utils.wallet_utils import get_last_address_from_wallet, init_wallet
class TestWallet(TestCase):