grid2: add todo in the test

This commit is contained in:
c9s 2022-12-06 02:37:55 +08:00
parent 2a22866d55
commit d1f3d201ef

View File

@ -445,5 +445,8 @@ func TestBacktestStrategy(t *testing.T) {
err = trader.Run(ctx)
assert.NoError(t, err)
// TODO: feed data
// }}}
}