Skip to content

Commit

Permalink
Tiny clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Feb 24, 2022
1 parent 5ece3d4 commit 77bf46d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions chain/wallet/multi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@ func TestMultiWallet(t *testing.T) {
t.Fatal(err)
}

if addr != a1 {
t.Fatalf("imported address doesn't match exported address")
}

//stm: @TOKEN_WALLET_DELETE_001
err = wallet.WalletDelete(ctx, a1)
if err != nil {
t.Fatal(err)
}

if addr != a1 {
t.Fatalf("imported address doesn't match exported address")
}

}

0 comments on commit 77bf46d

Please sign in to comment.