Merge branch 'bug/37-getallgames-returnt-nicht-alle-attribute-von-der-game-klasse' into feature/31-json-import-fuer-testdaten
# Conflicts: # test/db_tests/player_test.dart
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user