mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 07:26:50 +00:00
chore: fix some minor issues in comments (#1960)
Signed-off-by: gopherorg <gopherworld@icloud.com>
This commit is contained in:
@@ -409,7 +409,6 @@ func TestGetBalance(t *testing.T) {
|
||||
assert.NoError(t, err, "GetBalance should not error")
|
||||
}
|
||||
|
||||
// TestGetTradeBalance API endpoint test
|
||||
func TestGetDepositMethods(t *testing.T) {
|
||||
t.Parallel()
|
||||
sharedtestvalues.SkipTestIfCredentialsUnset(t, k)
|
||||
@@ -716,7 +715,6 @@ func TestCancelExchangeOrder(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestCancelExchangeOrder wrapper test
|
||||
func TestCancelBatchExchangeOrder(t *testing.T) {
|
||||
t.Parallel()
|
||||
sharedtestvalues.SkipTestIfCannotManipulateOrders(t, k, canManipulateRealOrders)
|
||||
|
||||
@@ -898,7 +898,7 @@ func (k *Kraken) handleSubResps(s *subscription.Subscription, resps [][]byte, op
|
||||
return errs
|
||||
}
|
||||
|
||||
// getSubErrResp calls getRespErr and if there's no error from that ensures the status matches the sub operation
|
||||
// getSubRespErr calls getRespErr and if there's no error from that ensures the status matches the sub operation
|
||||
func (k *Kraken) getSubRespErr(resp []byte, op string) error {
|
||||
if err := k.getRespErr(resp); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user