fix test case name

This commit is contained in:
c9s 2021-01-21 00:54:59 +08:00
parent 38bac10050
commit ad4f339b27

View File

@ -104,7 +104,7 @@ func TestPosition(t *testing.T) {
},
{
name: "long, sell to short",
name: "long and sell to short",
trades: []types.Trade{
{
Side: types.SideTypeBuy,