You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -303,8 +302,7 @@ public override void OnEndOfAlgorithm()
303
302
{
304
303
thrownewRegressionTestException(
305
304
"There were expected 6 filled market orders, 3 filled combo limit orders and 6 filled combo leg limit orders, "+
306
-
$@"but there were {filledComboMarketOrders.Count} filled market orders, {filledComboLimitOrders.Count
307
-
} filled combo limit orders and {filledComboLegLimitOrders.Count} filled combo leg limit orders");
305
+
$@"but there were {filledComboMarketOrders.Count} filled market orders, {filledComboLimitOrders.Count} filled combo limit orders and {filledComboLegLimitOrders.Count} filled combo leg limit orders");
0 commit comments