Skip to content

Commit 4827475

Browse files
committed
change debug preference to continue
1 parent 72233ee commit 4827475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/SavePSResourceTests/SavePSResourceV3.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
156156
}
157157

158158
It "Save module and its dependencies" {
159-
$DebugPreference = 'SilentlyContinue'
159+
$DebugPreference = 'Continue'
160160
$res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Debug -Verbose
161161
$res.Length | Should -Be 4
162162
}

0 commit comments

Comments
 (0)