mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
kraken: fix GetTrades test (#782)
This commit is contained in:
@@ -532,7 +532,7 @@ func TestGetTrades(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
_, err = k.GetTrades(cp)
|
||||
_, err = k.GetTrades(context.Background(), cp)
|
||||
if err == nil {
|
||||
t.Error("GetTrades() error: expecting error")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user