Skip to content

Commit

Permalink
Get ipmo error now
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt committed Jul 15, 2021
1 parent c3632c6 commit e7f1c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/PSScriptAnalyzerTestHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Function Test-CorrectionExtentFromContent {
[string] $correctionText
)

Import-Module Pester
Import-Module Pester -ErrorAction Stop


$corrections = $diagnosticRecord.SuggestedCorrections
$corrections.Count | Should -Be $correctionsCount
Expand Down

0 comments on commit e7f1c57

Please sign in to comment.