docs: formatting

This commit is contained in:
DrIOS
2024-06-23 19:31:09 -05:00
parent 5c852679d9
commit e0436686b8
3 changed files with 10 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ function Measure-AuditResult {
# Display the pass percentage to the user
Write-Host "Audit completed. $passedTests out of $totalTests tests passed." -ForegroundColor Cyan
Write-Host "Your passing percentage is $passPercentage%."
Write-Host "Your passing percentage is $passPercentage%." -ForegroundColor Magenta
# Display details of failed tests
if ($FailedTests.Count -gt 0) {