Skip to content

Commit 436a606

Browse files
committed
Fix unit and regression tests
1 parent bedeeaa commit 436a606

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Algorithm.CSharp/DelistingFutureOptionRegressionAlgorithm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public override void OnEndOfAlgorithm()
107107
/// <summary>
108108
/// Data Points count of all timeslices of algorithm
109109
/// </summary>
110-
public virtual long DataPoints => 4632655;
110+
public virtual long DataPoints => 4632654;
111111

112112
/// <summary>
113113
/// Data Points count of the algorithm history
Binary file not shown.

0 commit comments

Comments
 (0)