Skip to content

Commit a09c732

Browse files
committed
Minor unit test building fix
1 parent 66c5701 commit a09c732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantConnect.Polygon.Tests/PolygonDataProviderOptionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void StressTest()
4040
const int maxSubscriptions = 1000;
4141

4242
using var polygon = new PolygonDataProvider(ApiKey, maxSubscriptions);
43-
var optionChainProvider = new LiveOptionChainProvider(TestGlobals.DataCacheProvider, TestGlobals.MapFileProvider);
43+
var optionChainProvider = new LiveOptionChainProvider();
4444

4545
var underlyingTickers = new[] { "SPY", "AAPL", "GOOG", "IBM" };
4646
var subscriptionsCount = 0;

0 commit comments

Comments
 (0)