From a8ea0935ecb7ca9eaa98576745515f7e6d34ab8b Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Tue, 14 May 2024 08:52:14 +0000 Subject: [PATCH] Test (integration): Remove definition of `VerbosePreference` from global context --- .../PSRepositoryReleaseManager.Tests.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 b/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 index 092e091..28b677a 100644 --- a/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 +++ b/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 @@ -1,7 +1,6 @@ Describe "PSRepositoryReleaseManager" -Tag 'Integration' { BeforeAll { $ErrorView = 'NormalView' - $VerbosePreference = 'Continue' $env:RELEASE_TAG_REF = git describe --tags --abbrev=0 } BeforeEach {