mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 15:11:03 +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:
@@ -570,7 +570,7 @@ func TestIsRelatablePairs(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// Test relationl crypto pairs with with similar names
|
||||
// Test relationl crypto pairs with similar names
|
||||
result = IsRelatablePairs(xbtltc, btcltc, false)
|
||||
if !result {
|
||||
t.Fatal("Unexpected result")
|
||||
|
||||
Reference in New Issue
Block a user