Skip to content

Commit

Permalink
wallet deploy test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gobicycle committed Sep 26, 2023
1 parent b71d774 commit 9981767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blockchain/blockchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9981767

Please sign in to comment.