Skip to content

Commit e52216e

Browse files
committed
Forgot to import our module
1 parent ebddf80 commit e52216e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/AvoidUsingUninitializedVariable.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Import-Module PSScriptAnalyzer
1+
Import-Module PSScriptAnalyzer
22
$AvoidUninitializedVariable = "PSAvoidUninitializedVariable"
33
$violationMessage = "Variable 'MyProgressPreference' is not initialized. Non-global variables must be initialized. To fix a violation of this rule, please initialize non-global variables."
44
$directory = Split-Path -Parent $MyInvocation.MyCommand.Path

0 commit comments

Comments
 (0)