We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3998fbd + 211e36c commit 363e082Copy full SHA for 363e082
src/Az.BootStrapper/Module/Az.BootStrapper.Tests.ps1
@@ -336,7 +336,7 @@ Describe "Test-ProfilesInstalled" {
336
Context "Profile associated with Module version is not installed" {
337
$AllProfilesInstalled = @{'Module11.0'= @('Profile1', 'Profile2')}
338
It "Should return empty array" {
339
- $Result = (Test-ProfilesInstalled -version 1.0 -Module 'Module2' -Profile 'Profile2' -PMap ($global:testProfileMap | ConvertFrom-Json) -AllProfilesInstalled $AllProfilesInstalled)
+ $Result = (Test-ProfilesInstalled -version '1.0' -Module 'Module2' -Profile 'Profile2' -PMap ($global:testProfileMap | ConvertFrom-Json) -AllProfilesInstalled $AllProfilesInstalled)
340
$Result.Count | Should Be 0
341
342
}
0 commit comments