Neue Datenbank Struktur #156

Open
gelbeinhalb wants to merge 88 commits from feature/88-neue-datenbank-struktur into development
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>()),
);
});