Typo
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 2m25s
Pull Request Pipeline / test (pull_request) Successful in 2m25s

This commit is contained in:
2025-11-21 14:24:57 +01:00
parent dbb52cfc48
commit ab250e2df4
3 changed files with 6 additions and 6 deletions

View File

@@ -131,7 +131,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(