Skip to content

Commit

Permalink
Align toolkit test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin committed Nov 29, 2023
1 parent 153154b commit ce8aa2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scripts/Test-PowerShell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ else
if ($Exports) { $testsToRun += '*-FinOpsCostExport*', 'CostExports.Tests.ps1' }
if ($FOCUS) { $testsToRun += '*-FinOpsSchema*', 'FOCUS.Tests.ps1' }
if ($Hubs) { $testsToRun += '*-FinOpsHub*', 'Hubs.Tests.ps1' }
if ($Toolkit) { $testsToRun += 'FinOpsToolkit.Tests.ps1', '*-FinOpsToolkit*' }
if ($Toolkit) { $testsToRun += 'Toolkit.Tests.ps1', '*-FinOpsToolkit*' }
if (-not $testsToRun) { $testsToRun = "*" }

Write-Host ''
Expand Down

0 comments on commit ce8aa2d

Please sign in to comment.