Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 84e1c78

Browse files
committed
re-introduced test
1 parent e26f54d commit 84e1c78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/PSGetPublishScript.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,9 +904,8 @@ Describe PowerShell.PSGet.PublishScriptTests -Tags 'BVT','InnerLoop' {
904904
#
905905
# Expected Result: should fail
906906
#
907-
# this test is skipped for now as it is failing due to the /public/Install-Package.ps1 not taking a -Name parameter.
908907

909-
It "InstallScriptWithExistingCommand" -Skip {
908+
It "InstallScriptWithExistingCommand" {
910909
$scriptName = 'Get-ChildItem'
911910
$scriptFilePath = Join-Path -Path $script:TempScriptsPath -ChildPath "$scriptName.ps1"
912911
$null = New-ScriptFileInfo -Path $scriptFilePath -Description 'Test script description for $scriptName goes here ' -Force

0 commit comments

Comments
 (0)