We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a6a1d commit 2e8ae31Copy full SHA for 2e8ae31
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -2,9 +2,7 @@
2
# Licensed under the MIT License.
3
4
Write-Verbose -Verbose ("Modules:`n" + (Get-Module -ListAvailable | Out-String))
5
-Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector`n:" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
6
-
7
-$script:currentMachineProfile = New-PSCompatibilityProfile -PassThru
+Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector:`n" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
8
9
Describe "PSCompatiblityCollector cmdlets" {
10
BeforeAll {
0 commit comments