Tiny clean up

This commit is contained in:
zenground0 2022-02-24 15:46:15 -07:00
parent 5ece3d4c10
commit 77bf46d018

View File

@ -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")
}
}