diff --git a/Tests/Commands.Tests.ps1 b/Tests/Commands.Tests.ps1 index c9a9f47..87d09a5 100644 --- a/Tests/Commands.Tests.ps1 +++ b/Tests/Commands.Tests.ps1 @@ -10,7 +10,7 @@ Describe 'sdk' { BeforeAll { $Script:PSDK_FORCE_OFFLINE = $true Mock-PSDK-Dir - Remove-Item $Global:PSDK_DIR -Recurse + Remove-Item $Global:PSDK_DIR -Recurse -Force Mock Initialize-Posh-SDK -verifiable Mock Initialize-Candidate-Cache -verifiable Mock Show-Help