mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Fixed function
This commit is contained in:
@@ -137,6 +137,6 @@ func TestSaveConfig(t *testing.T) {
|
||||
}
|
||||
err2 := saveConfig.SaveConfig("../testdata/configtest.dat")
|
||||
if err2 != nil {
|
||||
t.Error("Test failed. TestSaveConfig.SaveConfig, %s", err2.Error())
|
||||
t.Errorf("Test failed. TestSaveConfig.SaveConfig, %s", err2.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user