Skip to content

Commit 3ca8208

Browse files
committed
test: Remove troubleshooting code
1 parent 14c787b commit 3ca8208

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deploy/Invoke-SmokeTests.ps1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ Describe 'New-PowerShellScriptModuleRepository' {
2626
$expectedModuleTestsFilePath = Join-Path -Path $expectedModuleDirectoryPath -ChildPath "$moduleName.Tests.ps1"
2727

2828
# Act.
29-
New-PowerShellScriptModuleRepository -RepositoryDirectoryPath $repositoryDirectoryPath -ModuleName $moduleName -OrganizationName $organizationName -Verbose
30-
31-
Write-Verbose "Module directory path: $repositoryDirectoryPath" -Verbose
32-
$paths = Get-ChildItem -Path $repositoryDirectoryPath -Recurse |
33-
Select-Object -ExpandProperty FullName
34-
Write-Verbose "Paths: $paths" -Verbose
29+
New-PowerShellScriptModuleRepository -RepositoryDirectoryPath $repositoryDirectoryPath -ModuleName $moduleName -OrganizationName $organizationName
3530

3631
# Assert.
3732
$expectedModuleDirectoryPath | Should -Exist

0 commit comments

Comments
 (0)