mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 23:16:53 +00:00
Bump golangci-lint and AppVeyor versions now that 1.13.x is supported (#375)
This commit is contained in:
@@ -40,7 +40,6 @@ func (w *Websocket) Setup(connector func() error,
|
||||
defaultURL,
|
||||
runningURL string,
|
||||
authenticatedWebsocketAPISupport bool) error {
|
||||
|
||||
w.DataHandler = make(chan interface{}, 1)
|
||||
w.Connected = make(chan struct{}, 1)
|
||||
w.Disconnected = make(chan struct{}, 1)
|
||||
|
||||
@@ -434,7 +434,6 @@ func TestFlushCache(t *testing.T) {
|
||||
if obl.ob[curr][spot] != nil {
|
||||
t.Error("expected ob be flushed")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TestInsertingSnapShots logic test
|
||||
|
||||
Reference in New Issue
Block a user