Moved dao methods

This commit is contained in:
2026-04-08 23:22:41 +02:00
parent 855b7c8bea
commit 6a49b92310
4 changed files with 24 additions and 34 deletions

View File

@@ -360,7 +360,6 @@ void main() {
expect(matches, isEmpty);
await database.matchDao.addMatch(match: testMatch1);
print(await database.matchDao.getAllMatches());
matches = await database.matchDao.getGroupMatches(groupId: testGroup1.id);