fix position test

This commit is contained in:
c9s 2022-03-11 16:12:13 +08:00
parent 3c376b3cd3
commit 5be1f1571b

View File

@ -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)
})