Skip to content

Commit e79f6a2

Browse files
authored
Update buildtools reference to container registry tests (#1683)
1 parent 53af2d9 commit e79f6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildtools.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ function Invoke-ModuleTestsACR {
134134
)
135135

136136
$acrTestFiles = @(
137-
"FindPSResourceTests/FindPSResourceACRServer.Tests.ps1",
138-
"InstallPSResourceTests/InstallPSResourceACRServer.Tests.ps1",
139-
"PublishPSResourceTests/PublishPSResourceACRServer.Tests.ps1"
137+
"FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1",
138+
"InstallPSResourceTests/InstallPSResourceContainerRegistryServer.Tests.ps1",
139+
"PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1"
140140
)
141141

142142
Invoke-ModuleTests -Type $Type -TestFilePath $acrTestFiles

0 commit comments

Comments
 (0)