mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 15:10:54 +00:00
CI/build: Update Go version, linters and fix minor issues (#1473)
* CI/build: Update Go version, linters and fix minor issues * Bump golangci-lint to v1.56.1 * BinanceUS: Make uint usage consistent * Throw blank identifiers into the trash
This commit is contained in:
@@ -142,7 +142,7 @@ func TestGetAccountTradingFee(t *testing.T) {
|
||||
assert.Positive(t, fee.Fees.Taker, "Taker should be positive")
|
||||
}
|
||||
assert.NotEmpty(t, fee.Symbol, "Symbol should not be empty")
|
||||
assert.Equal(t, fee.Symbol, "ltcbtc", "Symbol should be correct")
|
||||
assert.Equal(t, "ltcbtc", fee.Symbol, "Symbol should be correct")
|
||||
}
|
||||
|
||||
_, err = b.GetAccountTradingFee(context.Background(), currency.EMPTYPAIR)
|
||||
|
||||
Reference in New Issue
Block a user