Skip to content

Commit

Permalink
🐛 (#441) Avoid confusing error in koan AboutModules (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
peetrike authored May 3, 2021
1 parent 23455f7 commit 5912b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutModules.Koans.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Describe 'New-Module' {
}

AfterAll {
Remove-Module -Name 'PSKoans_TestModule'
$Module | Remove-Module
}
}

Expand Down

0 comments on commit 5912b1b

Please sign in to comment.