chore: adjust and cleanup tests

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 1f5c835f8a
commit b485112ed3
10 changed files with 52 additions and 148 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class ParticipantCardDataService
return 'Unbekanntes Zimmer';
}
return $room->label;
return $room->label ?? 'Unbekanntes Zimmer';
}
/**