Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 437b0ba

Browse files
edyoungalerickson
authored andcommitted
do-nothing update to tickle appveyor
1 parent 4cc6d80 commit 437b0ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/PSGetUpdateModule.Tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ Describe UpdateModuleFromAlternateRepo -Tags 'BVT' {
113113
Update-Module ContosoServer -RequiredVersion 2.0 -ErrorAction Stop
114114
#Write-Host (Get-InstalledModule ContosoServer -AllVersions | Format-List | Out-String)
115115
(Get-InstalledModule ContosoServer).RepositorySourceLocation | Should Be $noSlash
116-
117116
(Get-InstalledModule ContosoServer).Version | Should Be 2.0
118117
}
119118

@@ -142,7 +141,6 @@ Describe UpdateModuleFromAlternateRepo -Tags 'BVT' {
142141
Update-Module ContosoServer -RequiredVersion 2.0 -ErrorAction Stop
143142
#Write-Host (Get-InstalledModule ContosoServer -AllVersions | Format-List | Out-String)
144143
(Get-InstalledModule ContosoServer).RepositorySourceLocation | Should Be $withSlash
145-
146144
(Get-InstalledModule ContosoServer).Version | Should Be 2.0
147145
}
148146
}

0 commit comments

Comments
 (0)