forked from TrueCloudLab/frostfs-testlib
Add unit tests for utils
Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
parent
cbfcbb559c
commit
841a61fc30
2 changed files with 75 additions and 1 deletions
|
@ -34,4 +34,4 @@ def get_last_address_from_wallet(wallet_path: str, wallet_password: str):
|
|||
wallet = neo3_wallet.Wallet.from_json(json.load(wallet_file), password=wallet_password)
|
||||
address = wallet.accounts[-1].address
|
||||
logger.info(f"got address: {address}")
|
||||
return address
|
||||
return address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue