Skip to content

Commit

Permalink
fixed the calendar testcase a final time
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 18, 2024
1 parent 7768f10 commit 9622f1c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions server/main-api/src/calendar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,19 +423,7 @@ mod tests {
},
},
"5121.EG.003": {
"events": [
{
"detailed_entry_type": "Abhaltung",
"end_at": "2014-01-01T01:00:00Z",
"entry_type": "lecture",
"id": 1,
"room_code": "5121.EG.003",
"start_at": "2012-01-01T00:00:00Z",
"stp_title_de": "Quantenteleportation",
"stp_title_en": "Quantum teleportation",
"stp_type": "Vorlesung mit Zentralübung",
},
],
"events": [],
"location": {
"calendar_url": "https://campus.tum.de/3",
"key": "5121.EG.003",
Expand Down

0 comments on commit 9622f1c

Please sign in to comment.