From ddb4c6e83cb24f50b7afddce68878b12cf2bade5 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Tue, 17 Nov 2020 13:08:10 +0100
Subject: [PATCH] TMSS-190: typo

---
 SAS/TMSS/services/scheduling/test/t_dynamic_scheduling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/services/scheduling/test/t_dynamic_scheduling.py b/SAS/TMSS/services/scheduling/test/t_dynamic_scheduling.py
index 10386adac60..2b258f62f63 100755
--- a/SAS/TMSS/services/scheduling/test/t_dynamic_scheduling.py
+++ b/SAS/TMSS/services/scheduling/test/t_dynamic_scheduling.py
@@ -230,7 +230,7 @@ class TestDynamicScheduling(unittest.TestCase):
         # call the method-under-test.
         scheduled_scheduling_unit = schedule_next_scheduling_unit_and_assign_start_stop_times_to_remaining_schedulable_scheduling_units()
 
-        # we expect the no scheduling_unit to be scheduled, because the only one is set to 'manual' constraint
+        # we expect no scheduling_unit to be scheduled, because the only one is set to 'manual' constraint
         self.assertIsNone(scheduled_scheduling_unit)
 
         # check the results
-- 
GitLab