We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06032a commit 0e4d9d3Copy full SHA for 0e4d9d3
appointment/tests/utils/test_db_helpers.py
@@ -1105,7 +1105,7 @@ def test_exclude_with_pending_reschedules_within_last_5_minutes(self):
1105
reason_for_rescheduling="Client request"
1106
)
1107
filtered_slots = exclude_pending_reschedules(self.slots, self.staff_member1, self.date)
1108
- self.assertEqual(len(filtered_slots), len(self.slots) -1) # Assuming only one slot overlaps
+ self.assertEqual(len(filtered_slots), len(self.slots) - 1) # Assuming only one slot overlaps
1109
1110
def test_exclude_with_non_pending_reschedules_within_last_5_minutes(self):
1111
"""Slots should remain unchanged if reschedules within the last 5 minutes are not pending."""
0 commit comments