Skip to content

Commit 2e8ae31

Browse files
committed
Fixup test stuff
1 parent 88a6a1d commit 2e8ae31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# Licensed under the MIT License.
33

44
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
5+
Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector:`n" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
86

97
Describe "PSCompatiblityCollector cmdlets" {
108
BeforeAll {

0 commit comments

Comments
 (0)