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' {
26
26
$expectedModuleTestsFilePath = Join-Path - Path $expectedModuleDirectoryPath - ChildPath " $moduleName .Tests.ps1"
27
27
28
28
# 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
35
30
36
31
# Assert.
37
32
$expectedModuleDirectoryPath | Should - Exist
You can’t perform that action at this time.
0 commit comments