Skip to content

Commit 3a6fb23

Browse files
committed
Fixed issue importing function tests
1 parent 23d2414 commit 3a6fb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ foreach ($file in (Get-ChildItem "$PSScriptRoot\general" -Filter "*.Tests.ps1"))
4545
}
4646

4747
Write-PSFMessage -Level Important -Message "Proceeding with individual tests"
48-
foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filter "*Tests..ps1"))
48+
foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filter "*Tests.ps1"))
4949
{
5050
Write-PSFMessage -Level Significant -Message " Executing $($file.Name)"
5151
$results = Invoke-Pester -Script $file.FullName -Show None -PassThru

0 commit comments

Comments
 (0)