mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
chore: Fix inconsistent function names in comments (#2002)
Signed-off-by: youzichuan <youzichuan6@outlook.com>
This commit is contained in:
@@ -448,7 +448,7 @@ func TestWsAuthSubmitOrder(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestWsAuthCancelOrders dials websocket, submit orders
|
||||
// TestWsAuthSubmitOrders dials websocket, submit orders
|
||||
func TestWsAuthSubmitOrders(t *testing.T) {
|
||||
setupWSTestAuth(t)
|
||||
if !canManipulateRealOrders {
|
||||
@@ -498,7 +498,7 @@ func TestWsAuthCancelOrders(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestWsAuthCancelOrders dials websocket, cancels orders
|
||||
// TestWsAuthCancelOrdersWrapper dials websocket, cancels orders
|
||||
// Checks that the wrapper oversight works
|
||||
func TestWsAuthCancelOrdersWrapper(t *testing.T) {
|
||||
setupWSTestAuth(t)
|
||||
|
||||
Reference in New Issue
Block a user