diff --git a/src/powershell/Tests/Unit/FinOpsToolkit.Tests.ps1 b/src/powershell/Tests/Unit/Toolkit.Tests.ps1 similarity index 100% rename from src/powershell/Tests/Unit/FinOpsToolkit.Tests.ps1 rename to src/powershell/Tests/Unit/Toolkit.Tests.ps1 diff --git a/src/scripts/Test-PowerShell.ps1 b/src/scripts/Test-PowerShell.ps1 index cd4a49a3c..44c47c9dc 100644 --- a/src/scripts/Test-PowerShell.ps1 +++ b/src/scripts/Test-PowerShell.ps1 @@ -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 ''