Skip to content

Commit

Permalink
fix: pass unique order_id in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshay Kalbhor committed Jul 28, 2023
1 parent b10c58a commit fb2f9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions margins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (ts *TestSuite) TestGetOrderCharges(t *testing.T) {
OrderType: "LIMIT",
Quantity: 1,
AveragePrice: 5862,
OrderID: "11111",
OrderID: "22222",
},
{
Exchange: "NFO",
Expand All @@ -141,7 +141,7 @@ func (ts *TestSuite) TestGetOrderCharges(t *testing.T) {
OrderType: "LIMIT",
Quantity: 100,
AveragePrice: 1.5,
OrderID: "11111",
OrderID: "33333",
},
}

Expand Down

0 comments on commit fb2f9fb

Please sign in to comment.