fix TestSortTradesAscending

This commit is contained in:
c9s 2022-04-25 19:01:03 +08:00
parent 2732fb413f
commit 095f25f30b
No known key found for this signature in database
GPG Key ID: F0A7E4490F2EBC8C

View File

@ -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,