added todo for getAllGroups tests

This commit is contained in:
2025-11-16 16:26:08 +01:00
parent b475237b9e
commit 168d7748a9

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);