We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57816eb commit ed9187cCopy full SHA for ed9187c
tests/integration/test_wallet_commands.py
@@ -33,6 +33,7 @@ def fake_create_wallet(self, wallet_name, workchain, version, subwallet):
33
assert created_wallet.workchain == 0
34
assert created_wallet.addrB64 == "test"
35
assert created_wallet.subwallet == 698983191
36
+ print(output)
37
assert output.splitlines()[1].split() == ["wallet_001", "0", "test_init"]
38
39
# provide workchain and wallet name
0 commit comments