Group View erstellt #22

Merged
sneeex merged 29 commits from feature/4-groupview-erstellen into development 2025-11-16 20:50:24 +00:00
Showing only changes of commit 168d7748a9 - Show all commits

View File

@@ -36,6 +36,7 @@ void main() {
await database.close();
});
//TODO: test getAllGroups method
test('group and group members gets added correctly', () async {
await database.groupDao.addGroup(group: testgroup);