From 68c2e78d32e0f557b06887e0e4600bb9f4ee8317 Mon Sep 17 00:00:00 2001
From: Ken Maranion <97972790+kmaranionjc@users.noreply.github.com>
Date: Tue, 29 Aug 2023 09:58:05 -0700
Subject: [PATCH] Update jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1
 [skip ci]

Co-authored-by: Joe Workman <54448601+jworkmanjc@users.noreply.github.com>
---
 jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1 b/jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1
index 7fad5a4d1..20596b44a 100644
--- a/jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1
+++ b/jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1
@@ -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