@@ -34,12 +34,12 @@ def test_submission_uses_last_timed_slot_before_blank_placeholders() -> None:
3434 None ,
3535 slots = [
3636 {
37- "room" : "Reception Room F2 ( Fishbowl) " ,
37+ "room" : "Fishbowl" ,
3838 "start" : "2026-07-14T09:30:00+02:00" ,
3939 "end" : "2026-07-14T11:00:00+02:00" ,
4040 },
4141 {
42- "room" : "Reception Room F2 ( Fishbowl) " ,
42+ "room" : "Fishbowl" ,
4343 "start" : "2026-07-14T11:15:00+02:00" ,
4444 "end" : "2026-07-14T12:45:00+02:00" ,
4545 },
@@ -48,7 +48,7 @@ def test_submission_uses_last_timed_slot_before_blank_placeholders() -> None:
4848 ],
4949 )
5050
51- assert session .room == "Reception Room F2 ( Fishbowl) "
51+ assert session .room == "Fishbowl"
5252 assert session .start .isoformat () == "2026-07-14T09:30:00+02:00"
5353 assert session .end .isoformat () == "2026-07-14T12:45:00+02:00"
5454
@@ -82,12 +82,12 @@ def test_schedule_start_times_use_only_scheduled_slots() -> None:
8282 None ,
8383 slots = [
8484 {
85- "room" : "Reception Room F2 ( Fishbowl) " ,
85+ "room" : "Fishbowl" ,
8686 "start" : "2026-07-14T09:30:00+02:00" ,
8787 "end" : "2026-07-14T11:00:00+02:00" ,
8888 },
8989 {
90- "room" : "Reception Room F2 ( Fishbowl) " ,
90+ "room" : "Fishbowl" ,
9191 "start" : "2026-07-14T11:15:00+02:00" ,
9292 "end" : "2026-07-14T12:45:00+02:00" ,
9393 },
0 commit comments