Skip to content

Commit 292df03

Browse files
committed
fix unit test
1 parent d9d4a7a commit 292df03

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)