Skip to content

Commit

Permalink
Small syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielboth committed Oct 1, 2018
1 parent 23ed50a commit 5119c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/MSFT_ScheduledTask.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ try
}

Context 'When a scheduled task is configured to SynchronizeAcrossTimeZone and the ScheduleType is not Once, Daily or Weekly' {
$startTimeString = '2018-10-01T01:00:00'
$startTimeString = '2018-10-01T01:00:00'
$testParameters = @{
TaskName = 'Test task'
TaskPath = '\Test\'
Expand Down

0 comments on commit 5119c12

Please sign in to comment.