Fixes live testing for Bybit (#2120)

This commit is contained in:
cranktakular
2025-12-09 15:59:14 +11:00
committed by GitHub
parent 6ae40f3688
commit 8260aad9fd

View File

@@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}
func testInstance() *Bybit {
func testInstance() *Exchange {
e := new(Exchange)
if err := testexch.Setup(e); err != nil {
log.Fatalf("Bybit Setup error: %s", err)