mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 07:26:48 +00:00
@@ -143,7 +143,7 @@ func TestSetAutoPairDefaults(t *testing.T) {
|
||||
t.Fatalf("Test failed. TestSetAutoPairDefaults load config failed. Error %s", err)
|
||||
}
|
||||
|
||||
if exch.SupportsAutoPairUpdates != false {
|
||||
if exch.SupportsAutoPairUpdates {
|
||||
t.Fatal("Test failed. TestSetAutoPairDefaults Incorrect value")
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ func TestSetAutoPairDefaults(t *testing.T) {
|
||||
t.Fatalf("Test failed. TestSetAutoPairDefaults load config failed. Error %s", err)
|
||||
}
|
||||
|
||||
if exch.SupportsAutoPairUpdates == false {
|
||||
if !exch.SupportsAutoPairUpdates {
|
||||
t.Fatal("Test failed. TestSetAutoPairDefaults Incorrect value")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user