Skip to content

Commit ed9187c

Browse files
committed
test
1 parent 57816eb commit ed9187c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_wallet_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def fake_create_wallet(self, wallet_name, workchain, version, subwallet):
3333
assert created_wallet.workchain == 0
3434
assert created_wallet.addrB64 == "test"
3535
assert created_wallet.subwallet == 698983191
36+
print(output)
3637
assert output.splitlines()[1].split() == ["wallet_001", "0", "test_init"]
3738

3839
# provide workchain and wallet name

0 commit comments

Comments
 (0)