Skip to content

Commit 7dd789f

Browse files
committed
test: Update test name for clarity
1 parent 599a8f3 commit 7dd789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Describe 'New-PowerShellScriptModuleRepository' {
2929
$expectedModuleTestsFilePath | Should -Exist
3030
}
3131

32-
It 'Should replace all dot-files and directories prefixed with an underscore to remove the underscore' {
32+
It 'Should replace all dot-files and dot-directories prefixed with an underscore to remove the underscore' {
3333
# Arrange.
3434
$repositoryDirectoryPath = $TemporaryRepoPath
3535
$moduleName = 'NewModule'

0 commit comments

Comments
 (0)