We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bff58e commit a4df4c6Copy full SHA for a4df4c6
dsc/tests/dsc_functions.tests.ps1
@@ -279,7 +279,7 @@ Describe 'tests for function expressions' {
279
# ConvertFrom-Json will convert the date to a DateTime object, so we use regex to capture the string
280
$out -match '"output":"(?<date>.*?)"' | Should -BeTrue -Because "Output should contain a date"
281
$actual = $matches['date']
282
- # comapre against the regex
+ # compare against the regex
283
$actual | Should -Match $regex -Because "Output date '$actual' should match regex '$regex'"
284
}
285
0 commit comments