mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix position test
This commit is contained in:
parent
3c376b3cd3
commit
5be1f1571b
|
@ -34,7 +34,7 @@ func TestPositionService(t *testing.T) {
|
|||
ChangedAt: time.Now(),
|
||||
}, types.Trade{
|
||||
Time: types.Time(time.Now()),
|
||||
}, 0)
|
||||
}, fixedpoint.Zero)
|
||||
assert.NoError(t, err)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user