Skip to content

Commit

Permalink
(maint) Update Invoke-Tests.ps1
Browse files Browse the repository at this point in the history
Update invoke script for new Pester tests location.
  • Loading branch information
corbob committed Dec 19, 2023
1 parent 8dd60c9 commit f6ac3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Invoke-Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ try {
$PesterConfiguration = [PesterConfiguration]@{
Run = @{
PassThru = $true
Path = "$PSScriptRoot/tests/chocolatey-tests"
Path = "$PSScriptRoot/tests/pester-tests"
}
TestResult = @{
Enabled = $true
Expand Down

0 comments on commit f6ac3e9

Please sign in to comment.