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

@@ -56,7 +56,7 @@ void main() {
});
test('Adding and fetching multiple players works correctly', () async {
await database.playerDao.addPlayers(
await database.playerDao.addPlayersAsList(
players: [testPlayer1, testPlayer2, testPlayer3, testPlayer4],
);