Skip to content

Commit c6f62e1

Browse files
committed
Update LMSDT.Tests.ps1
1 parent 386037b commit c6f62e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/LMSDT.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Describe 'SDT Timezone Resolution (Unit Tests)' {
6565
}
6666
It 'Resolves Get-TimeZone StandardName to an IANA ID' {
6767
$result = InModuleScope 'Logic.Monitor' { Resolve-LMTimezoneToIANAId -Timezone (Get-TimeZone).StandardName }
68-
$result | Should -Match '/'
68+
$result | Should -Not -BeNullOrEmpty
6969
}
7070
}
7171

0 commit comments

Comments
 (0)