Skip to content

Commit a4df4c6

Browse files
SteveL-MSFTCopilot
andauthored
Update dsc/tests/dsc_functions.tests.ps1
Co-authored-by: Copilot <[email protected]>
1 parent 1bff58e commit a4df4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_functions.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Describe 'tests for function expressions' {
279279
# ConvertFrom-Json will convert the date to a DateTime object, so we use regex to capture the string
280280
$out -match '"output":"(?<date>.*?)"' | Should -BeTrue -Because "Output should contain a date"
281281
$actual = $matches['date']
282-
# comapre against the regex
282+
# compare against the regex
283283
$actual | Should -Match $regex -Because "Output date '$actual' should match regex '$regex'"
284284
}
285285

0 commit comments

Comments
 (0)