Skip to content

Commit

Permalink
fixed more testcases for the calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 17, 2024
1 parent b0f0b16 commit 291f963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main-api/src/calendar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ mod tests {
{
"id": 1,
"room_code": "5121.EG.003",
"start_at": "2012-01-01T00:00:00Z",
"start_at": "2012-01-01T01:00:00Z",
"end_at": "2014-01-01T01:00:00Z",
"stp_title_de": "Quantenteleportation",
"stp_title_en": "Quantum teleportation",
Expand All @@ -377,7 +377,7 @@ mod tests {
"id": 2,
"room_code": "5121.EG.003",
"start_at": "2014-01-01T01:00:00Z",
"end_at": "2016-01-01T00:00:00Z",
"end_at": "2016-01-01T01:00:00Z",
"stp_title_de": "Quantenteleportation 2",
"stp_title_en": "Quantum teleportation 2",
"stp_type": "Vorlesung mit Zentralübung",
Expand Down

0 comments on commit 291f963

Please sign in to comment.