Renamed methods for better distinction

This commit is contained in:
2025-11-26 14:42:17 +01:00
parent 499415e0c5
commit 2a34243e69
8 changed files with 11 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ void main() {
});
test('Adding and fetching multiple groups works correctly', () async {
await database.groupDao.addGroups(
await database.groupDao.addGroupsAsList(
groups: [testGroup1, testGroup2, testGroup3, testGroup4],
);