Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulson45 committed Dec 11, 2024
1 parent e8c16c7 commit 8081455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function Invoke-AnalyzerExchangeInformation {
}

$params = $baseParams + @{
Name = "Remaining Trail Period"
Name = "Remaining Trial Period"
Details = $details
DisplayWriteType = $displayWriteType
DisplayCustomTabNumber = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Describe "Testing Health Checker by Mock Data Imports" {
TestObjectMatch "End Of Life" $true -WriteType "Yellow" # This is going to change to red once we get 178 out
TestObjectMatch "Server Role" "Mailbox"
TestObjectMatch "Edition" "Warning - StandardEvaluation" -WriteType "Yellow"
TestObjectMatch "Remaining Trail Period" "Error - 00:00:00" -WriteType "Red"
TestObjectMatch "Remaining Trial Period" "Error - 00:00:00" -WriteType "Red"
TestObjectMatch "DAG Name" "Standalone Server"
TestObjectMatch "AD Site" "Default-First-Site-Name"
TestObjectMatch "MRS Proxy Enabled" "False"
Expand Down

0 comments on commit 8081455

Please sign in to comment.