MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 168d7748a9 - Show all commits

View File

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