Skip to content

Commit

Permalink
Update wallet_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dirname committed Apr 14, 2021
1 parent edb146c commit 93c7e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spot/client/wallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ func TestWalletClient_SAPIWithdraw(t *testing.T) {
amount: decimal.NewFromInt(1),
transactionFeeFlag: false,
recv: 0,
}, nil, false},
}, true, false},
{"TestWalletClient_SAPIWithdraw", fields{binance.NewPrivateUrlBuilder(config.SpotRestHost, "", "")}, args{
coin: "BTC",
clientID: "test",
Expand All @@ -719,7 +719,7 @@ func TestWalletClient_SAPIWithdraw(t *testing.T) {
amount: decimal.NewFromInt(1),
transactionFeeFlag: false,
recv: 0,
}, nil, true},
}, true, true},
{"TestWalletClient_SAPIWithdraw", fields{binance.NewPrivateUrlBuilder(config.SpotRestHost, "", "")}, args{
coin: "BTC",
clientID: "test",
Expand Down

0 comments on commit 93c7e7f

Please sign in to comment.