Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Jun 24, 2024
1 parent c7b413d commit 2f1e272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Engine/RealTime/LiveTradingRealTimeHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public void ResetMarketHoursCorrectly()
[TestCase("12:00:00")]
[TestCase("6:00:00")]
[TestCase("6:30:00")]
//[Parallelizable(ParallelScope.All)]
public void RefreshesSymbolProperties(string refreshPeriodStr)
{
var refreshPeriod = string.IsNullOrEmpty(refreshPeriodStr) ? TimeSpan.FromDays(1) : TimeSpan.Parse(refreshPeriodStr);
Expand Down Expand Up @@ -223,7 +222,6 @@ public void RefreshesSymbolProperties(string refreshPeriodStr)
[TestCase(SecurityType.Index, typeof(SymbolProperties))]
[TestCase(SecurityType.Option, typeof(OptionSymbolProperties))]
[TestCase(SecurityType.IndexOption, typeof(IndexOptionSymbolProperties))]
//[Parallelizable(ParallelScope.All)]
public void SecuritySymbolPropertiesTypeIsRespectedAfterRefresh(SecurityType securityType, Type expectedSymbolPropertiesType)
{
using var realTimeHandler = new SPDBTestLiveTradingRealTimeHandler();
Expand Down

0 comments on commit 2f1e272

Please sign in to comment.