Skip to content

Commit

Permalink
trying to fix case issue on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelcolas committed Nov 21, 2019
1 parent 5cab21b commit 5abca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Private/New-SuggestedCorrection.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import-Module $ProjectName
InModuleScope $ProjectName {
Describe 'New-SuggestedCorrection tests' {
$invokeScriptAnalyzerParameters = @{
CustomRulePath = "$PSScriptRoot\..\..\..\Output\DscResource.AnalyzerRules" | Convert-Path
CustomRulePath = "$PSScriptRoot\..\..\..\output\DscResource.AnalyzerRules" | Convert-Path
IncludeRule = 'Measure-Keyword'
}

Expand Down

0 comments on commit 5abca97

Please sign in to comment.