Neue Datenbank Struktur #156

Open
gelbeinhalb wants to merge 88 commits from feature/88-neue-datenbank-struktur into development
Showing only changes of commit 3bd6dd4189 - Show all commits

View File

@@ -147,7 +147,7 @@ void main() {
}); });
// Verifies that updateGroupName correctly updates only the name field. // Verifies that updateGroupName correctly updates only the name field.
test('Updating a group name works correcly', () async { test('Updating a group name works correctly', () async {
await database.groupDao.addGroup(group: testGroup1); await database.groupDao.addGroup(group: testGroup1);
const newGroupName = 'new group name'; const newGroupName = 'new group name';