Neue Datenbank Struktur #156

Merged
flixcoo merged 94 commits from feature/88-neue-datenbank-struktur into development 2026-03-04 19:02:03 +00:00
Showing only changes of commit b2a3a0cf75 - Show all commits

View File

@@ -253,7 +253,7 @@ void main() {
test('Getting non-existent team throws exception', () async {
expect(
() => database.teamDao.getTeamById(teamId: 'non-existent-id'),
throwsA(isA<InvalidDataException>()),
throwsA(isA<StateError>()),
);
});