added todo for getAllGroups tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user