mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
tests: Fix various issues (#1634)
* GateIO: Align struct for int64 usage * CI/build: Skip specific tests when run under Docker * slippage: Fix TestRandomSlippage intermittent issue
This commit is contained in:
@@ -173,8 +173,8 @@ var (
|
||||
|
||||
// Gateio is the overarching type across this package
|
||||
type Gateio struct {
|
||||
Counter common.Counter // Must be first due to alignment requirements
|
||||
exchange.Base
|
||||
Counter common.Counter
|
||||
}
|
||||
|
||||
// ***************************************** SubAccounts ********************************
|
||||
|
||||
Reference in New Issue
Block a user