Skip to content

Commit 63fdabb

Browse files
committed
fix test regression
1 parent 25d8f49 commit 63fdabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Describe 'Test Install-PSResource for local repositories' -tags 'CI' {
2424
$testModuleClobber2 = "testModuleClobber2"
2525
Get-NewPSResourceRepositoryFile
2626
Register-LocalRepos
27-
Register-PSResourceRepository -Name $localNupkgRepo -SourceLocation $localNupkgRepoUri
27+
Register-PSResourceRepository -Name $localNupkgRepo -Uri $localNupkgRepoUri
2828

2929
$prereleaseLabel = "alpha001"
3030
$tags = @()

0 commit comments

Comments
 (0)