File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/InstallPSResourceTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ Describe 'Test Install-PSResource for ACR scenarios' -tags 'CI' {
108
108
$res.Version | Should - Be " 1.0"
109
109
}
110
110
111
- It " Install resource when version contains different number of digits than the normalized version- 4 digits specified and prerelease " {
111
+ It " Install resource where version specified is a prerelease version" {
112
112
# the resource has version "1.0", but querying with any equivalent version should work
113
- Install-PSResource - Name $testModuleWith2DigitVersion - Version " 1.5.0.0 " - Repository $ACRRepoName - TrustRepository
113
+ Install-PSResource - Name $testModuleWith2DigitVersion - Version " 1.5-alpha " - Prerelease - Repository $ACRRepoName - TrustRepository
114
114
$res = Get-InstalledPSResource - Name $testModuleWith2DigitVersion
115
115
$res | Should -Not - BeNullOrEmpty
116
116
$res.Version | Should - Be " 1.5"
You can’t perform that action at this time.
0 commit comments