mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 15:10:46 +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:
@@ -1745,7 +1745,7 @@ func TestReOrderbyID(t *testing.T) {
|
||||
func TestPopulateAcceptableMethods(t *testing.T) {
|
||||
t.Parallel()
|
||||
if acceptableMethods.loaded() {
|
||||
// we may have have been loaded from another test, so reset
|
||||
// we may have been loaded from another test, so reset
|
||||
acceptableMethods.m.Lock()
|
||||
acceptableMethods.a = make(map[string][]string)
|
||||
acceptableMethods.m.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user