Bump golangci-lint and AppVeyor versions now that 1.13.x is supported (#375)

This commit is contained in:
Adrian Gallagher
2019-11-11 15:15:29 +11:00
committed by GitHub
parent 0501455a2e
commit e9b3e3d328
55 changed files with 63 additions and 128 deletions

View File

@@ -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)

View File

@@ -434,7 +434,6 @@ func TestFlushCache(t *testing.T) {
if obl.ob[curr][spot] != nil {
t.Error("expected ob be flushed")
}
}
// TestInsertingSnapShots logic test