1/4 of the changes of RegressionTestException (#8100)
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled

This commit is contained in:
Ricardo Andrés Marino Rojas
2024-06-24 13:23:33 -05:00
committed by GitHub
parent 5432c7c6d8
commit b41df5b0f2
105 changed files with 443 additions and 396 deletions
@@ -61,7 +61,7 @@ namespace QuantConnect.Algorithm.CSharp
if (ticket.Status != OrderStatus.Invalid)
{
throw new Exception("Expected order to always be invalid because there is no data yet!");
throw new RegressionTestException("Expected order to always be invalid because there is no data yet!");
}
}
else