Skip to content

Commit 39e0ff8

Browse files
committed
Make PSScriptAnalyzer happier
1 parent cf7cf52 commit 39e0ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FindPSResourceTests/FindPSResourceV2Server.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $modPath = "$psscriptroot/../PSGetTestUtils.psm1"
55
Import-Module $modPath -Force -Verbose
66

77
$psmodulePaths = $env:PSModulePath -split ';'
8-
Write-Verbose -Verbose "Current module search paths: $psmodulePaths"
8+
Write-Verbose -Verbose -Message "Current module search paths: $psmodulePaths"
99

1010
Describe 'Test HTTP Find-PSResource for V2 Server Protocol' -tags 'CI' {
1111

0 commit comments

Comments
 (0)