mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
fix TestSortTradesAscending
This commit is contained in:
parent
2732fb413f
commit
095f25f30b
|
@ -11,8 +11,6 @@ func TestSortTradesAscending(t *testing.T) {
|
|||
var trades = []Trade {
|
||||
{
|
||||
ID: 1,
|
||||
Price: 1000.0,
|
||||
Quantity: 1.0,
|
||||
Symbol: "BTCUSDT",
|
||||
Side: SideTypeBuy,
|
||||
IsBuyer: false,
|
||||
|
@ -21,8 +19,6 @@ func TestSortTradesAscending(t *testing.T) {
|
|||
},
|
||||
{
|
||||
ID: 2,
|
||||
Price: 1000.0,
|
||||
Quantity: 1.0,
|
||||
Symbol: "BTCUSDT",
|
||||
Side: SideTypeBuy,
|
||||
IsBuyer: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user