Merge branch 'bug/37-getallgames-returnt-nicht-alle-attribute-von-der-game-klasse' into feature/31-json-import-fuer-testdaten
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 2m21s
Pull Request Pipeline / lint (pull_request) Successful in 2m21s

# Conflicts:
#	test/db_tests/player_test.dart
This commit is contained in:
2025-11-21 14:26:18 +01:00
3 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ void main() {
expect(groupExists, true);
});
test('Deleting a group works correclty', () async {
test('Deleting a group works correctly', () async {
await database.groupDao.addGroup(group: testGroup1);
final groupDeleted = await database.groupDao.deleteGroup(