This commit is contained in:
2025-11-16 21:53:04 +01:00
parent f06f333a8e
commit 630836d40c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ void main() {
});
group('player tests', () {
test('all players get fetched correclty', () async {
test('all players get fetched correctly', () async {
final testPlayer2 = Player(id: 'gr2', name: 'Second Group');
await database.playerDao.addPlayer(player: testPlayer);
await database.playerDao.addPlayer(player: testPlayer2);