We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8bbf8 commit 5ccd79dCopy full SHA for 5ccd79d
tests/UpdateDependencies.Tests/SyncInternalReleaseTests.cs
@@ -249,7 +249,7 @@ public async Task Sync()
249
fromStagingPipelineCommandMock.Verify(command =>
250
command.ExecuteAsync(It.Is<FromStagingPipelineOptions>(o =>
251
o.RepoRoot == LocalRepoPath
252
- && o.StageContainer == stageContainer
+ && o.StageContainers == stageContainer
253
&& o.StagingStorageAccount == options.StagingStorageAccount
254
)),
255
Times.Once
0 commit comments