mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Fixes live testing for Bybit (#2120)
This commit is contained in:
@@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
|
|||||||
os.Exit(m.Run())
|
os.Exit(m.Run())
|
||||||
}
|
}
|
||||||
|
|
||||||
func testInstance() *Bybit {
|
func testInstance() *Exchange {
|
||||||
e := new(Exchange)
|
e := new(Exchange)
|
||||||
if err := testexch.Setup(e); err != nil {
|
if err := testexch.Setup(e); err != nil {
|
||||||
log.Fatalf("Bybit Setup error: %s", err)
|
log.Fatalf("Bybit Setup error: %s", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user