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 93c7e7f commit d8328d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot/client/wallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ func TestWalletClient_SAPIWithdraw(t *testing.T) {
amount: decimal.Decimal{},
transactionFeeFlag: false,
recv: 0,
}, nil, true},
}, true, true},
// TODO: Add test cases.
}
for _, tt := range tests {
Expand Down

0 comments on commit d8328d0

Please sign in to comment.