File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments