Skip to content

Commit

Permalink
Update jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1 [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Workman <54448601+jworkmanjc@users.noreply.github.com>
  • Loading branch information
kmaranionjc and jworkmanjc authored Aug 29, 2023
1 parent 9ab8a3d commit 68c2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Describe 'Migration Test Scenarios' {
}
}

It "Tests for the Scheduled Task already enabled" {
It "Tests that a previously enabled Scheduled Task is enabled at the end of user migration" {
# Create a scheduled task
$action = New-ScheduledTaskAction -Execute "powershell.exe"
$trigger = New-ScheduledTaskTrigger -AtLogon
Expand Down

0 comments on commit 68c2e78

Please sign in to comment.