Skip to content

Commit

Permalink
Make PSScriptAnalyzer happier
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v committed Sep 18, 2024
1 parent cf7cf52 commit 39e0ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FindPSResourceTests/FindPSResourceV2Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $modPath = "$psscriptroot/../PSGetTestUtils.psm1"
Import-Module $modPath -Force -Verbose

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

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

Expand Down

0 comments on commit 39e0ff8

Please sign in to comment.