Skip to content

Commit

Permalink
Fix mocks that were broken by change
Browse files Browse the repository at this point in the history
  • Loading branch information
cgillum committed Nov 20, 2024
1 parent 59c643d commit 112c742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/FunctionsV2/DurableTaskTargetScalerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public DurableTaskTargetScalerTests(ITestOutputHelper output)
CloudStorageAccount nullCloudStorageAccountMock = null;
this.metricsProviderMock = new Mock<DurableTaskMetricsProvider>(
MockBehavior.Strict,
"FunctionName",
"HubName",
logger,
nullPerformanceMonitorMock,
Expand Down

0 comments on commit 112c742

Please sign in to comment.