Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit db56970

Browse files
committed
Pester test fix
1 parent f9597bc commit db56970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Unit/DscResource.AnalyzerRules.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,6 +3367,7 @@ Describe 'Measure-Keyword' {
33673367
BeforeAll {
33683368
$invokeScriptAnalyzerParameters = @{
33693369
CustomRulePath = $modulePath
3370+
IncludeRule = 'Measure-Keyword'
33703371
}
33713372
$ruleName = "$($script:ModuleName)\Measure-Keyword"
33723373
}

0 commit comments

Comments
 (0)