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:
Adrian Gallagher
2024-08-27 12:54:11 +10:00
committed by GitHub
parent f3dda7127d
commit 15e0eedc8b
5 changed files with 19 additions and 31 deletions

View File

@@ -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 ********************************