From 168d7748a98e2864b1b518a4d2617b867638bc19 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Sun, 16 Nov 2025 16:26:08 +0100 Subject: [PATCH] added todo for getAllGroups tests --- test/db_tests/group_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/db_tests/group_test.dart b/test/db_tests/group_test.dart index a8fbcd5..d9e2c32 100644 --- a/test/db_tests/group_test.dart +++ b/test/db_tests/group_test.dart @@ -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);