Skip to content

Commit 56dd285

Browse files
committed
update test to reflect new date formatting
1 parent a303974 commit 56dd285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/mammograms/tests/presenters/test_appointment_presenters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def test_slot_timestamp_multi_line(self, clinic_slot_mock):
757757

758758
assert (
759759
ClinicSlotPresenter(clinic_slot_mock).slot_timestamp_multi_line
760-
== "9:30am (30 minutes) - 2 January 2025 (4 months, 17 days ago)"
760+
== "9:30am (30 minutes) - 2 January 2025 (4 months ago)"
761761
)
762762

763763
@time_machine.travel(datetime(2025, 5, 19, tzinfo=tz.utc))

0 commit comments

Comments
 (0)