Skip to content

Commit 816f0ec

Browse files
committed
Try removing first
1 parent 6235db4 commit 816f0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Write-Verbose -Verbose ("Modules:`n" + (Get-Module -ListAvailable | Out-String))
55
Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector:`n" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
66
Write-Verbose -Verbose ("Commands:`n" + (Get-Command -Module PSCompatibilityCollector | Out-String))
77

8-
Import-Module PSCompatibilityCollector -ErrorAction Stop
8+
Get-Module PSCompatibilityCollector | Remove-Module
99

1010
Describe "PSCompatiblityCollector cmdlets" {
1111
BeforeAll {

0 commit comments

Comments
 (0)