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

@@ -112,7 +112,7 @@ void main() {
});
test('Adding and fetching multiple games works correctly', () async {
await database.gameDao.addGames(
await database.gameDao.addGamesAsList(
games: [testGame1, testGame2, testGameOnlyGroup, testGameOnlyPlayers],
);