From 99817670f7e332d5fa8f56b267dc29ccd8b97856 Mon Sep 17 00:00:00 2001 From: gobicycle Date: Tue, 26 Sep 2023 23:42:43 +0300 Subject: [PATCH] wallet deploy test fix --- blockchain/blockchain_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blockchain/blockchain_test.go b/blockchain/blockchain_test.go index 709aee6..93e645e 100644 --- a/blockchain/blockchain_test.go +++ b/blockchain/blockchain_test.go @@ -240,7 +240,8 @@ func Test_DeployTonWallet(t *testing.T) { t.Fatal("get acc current state err: ", err) } if st != tlb.AccountStatusNonExist { - t.Fatal("wallet not empty") + t.Log("wallet not empty") + t.Skip() } err = mainWallet.TransferNoBounce( ctx,