We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7457e04 commit bd8ea16Copy full SHA for bd8ea16
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -1,6 +1,8 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
+Write-Verbose -Verbose $env:PSModulePath
5
+
6
$script:currentMachineProfile = New-PSCompatibilityProfile -PassThru
7
8
Describe "Assert-PSCompatibilityProfileIsValid" {
@@ -16,7 +18,7 @@ Describe "JSON cmdlets" {
16
18
ConvertTo-PSCompatibilityJson |
17
19
ConvertFrom-PSCompatibilityJson |
20
Assert-PSCompatibilityProfileIsValid
-
21
22
$? | Should -BeTrue
23
}
24
0 commit comments