Skip to content

Commit 4000fc2

Browse files
authored
test failure - doh (#1510)
Co-authored-by: freddydk <[email protected]>
1 parent 0eba563 commit 4000fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2eTests/scenarios/GitHubPackages/runtest.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $run = RunCICD -repository $repository -branch $branch -wait
144144
Test-ArtifactsFromRun -runid $run.id -folder 'artifacts' -expectedArtifacts @{"Apps"=1;"TestApps"=0;"Dependencies"=4} -repoVersion '1.0' -appVersion '1.0'
145145

146146
# Check that the dependencies are version 1.0.2.0 due to the nuGetFeedSelectMode = EarliestMatching
147-
(Get-ChildItem -Path 'artifacts/*-main-Dependencies-*/*_1.0.2.0.app').Count | Should -Be 3 -Because "There should be 4 dependencies with version 1.0.2.0 due to the nuGetFeedSelectMode = EarliestMatching"
147+
(Get-ChildItem -Path 'artifacts/*-main-Dependencies-*/*_1.0.2.0.app').Count | Should -Be 4 -Because "There should be 4 dependencies with version 1.0.2.0 due to the nuGetFeedSelectMode = EarliestMatching"
148148

149149
Set-Location $prevLocation
150150

0 commit comments

Comments
 (0)