Skip to content

Commit 363e082

Browse files
authored
Merge pull request #162 from Azure/fixbootstrapper
fix unit test
2 parents 3998fbd + 211e36c commit 363e082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Az.BootStrapper/Module/Az.BootStrapper.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Describe "Test-ProfilesInstalled" {
336336
Context "Profile associated with Module version is not installed" {
337337
$AllProfilesInstalled = @{'Module11.0'= @('Profile1', 'Profile2')}
338338
It "Should return empty array" {
339-
$Result = (Test-ProfilesInstalled -version 1.0 -Module 'Module2' -Profile 'Profile2' -PMap ($global:testProfileMap | ConvertFrom-Json) -AllProfilesInstalled $AllProfilesInstalled)
339+
$Result = (Test-ProfilesInstalled -version '1.0' -Module 'Module2' -Profile 'Profile2' -PMap ($global:testProfileMap | ConvertFrom-Json) -AllProfilesInstalled $AllProfilesInstalled)
340340
$Result.Count | Should Be 0
341341

342342
}

0 commit comments

Comments
 (0)