Skip to content

Commit 5ccd79d

Browse files
committed
Fix typo
1 parent 7e8bbf8 commit 5ccd79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UpdateDependencies.Tests/SyncInternalReleaseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public async Task Sync()
249249
fromStagingPipelineCommandMock.Verify(command =>
250250
command.ExecuteAsync(It.Is<FromStagingPipelineOptions>(o =>
251251
o.RepoRoot == LocalRepoPath
252-
&& o.StageContainer == stageContainer
252+
&& o.StageContainers == stageContainer
253253
&& o.StagingStorageAccount == options.StagingStorageAccount
254254
)),
255255
Times.Once

0 commit comments

Comments
 (0)