From aa5e2d0c67aa64f9887aea945fc6d19edee0c703 Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:33:20 +0000 Subject: [PATCH] Fixed test comment --- helpdesk/tests/test_time_spent_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/tests/test_time_spent_auto.py b/helpdesk/tests/test_time_spent_auto.py index 792a3843..a7ea0bbf 100644 --- a/helpdesk/tests/test_time_spent_auto.py +++ b/helpdesk/tests/test_time_spent_auto.py @@ -302,7 +302,7 @@ class TimeSpentAutoTestCase(TestCase): # create a change queue follow-up every hour # first follow-up created at the same time of the ticket without queue change - # new --1h--> stop1 --0h--> resume1 --1h--> stop2 --0h--> --1h--> end + # new --1h--> stop1 --0h--> resume1 --1h--> stop2 --0h--> resume2 --1h--> end for (i, queue) in enumerate(queues_sequence): # create follow-up post_data = {