mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 23:16:53 +00:00
CI: Bump go version, linters and fix minor issues (#1130)
* CI: Bump go version, linters and fix minor issues * Bump version, fix loop variables * Revert * Rid TODOs now that 1.51 has been released
This commit is contained in:
@@ -1386,7 +1386,7 @@ func TestCheckExchangeConfigValues(t *testing.T) {
|
||||
t.Error("unexpected values")
|
||||
}
|
||||
|
||||
// Test feature and endpoint migrations migrations
|
||||
// Test feature and endpoint migrations
|
||||
cfg.Exchanges[0].Features = nil
|
||||
cfg.Exchanges[0].SupportsAutoPairUpdates = convert.BoolPtr(true)
|
||||
cfg.Exchanges[0].Websocket = convert.BoolPtr(true)
|
||||
|
||||
Reference in New Issue
Block a user