diff --git a/test/db_tests/group_test.dart b/test/db_tests/group_test.dart index 307fbb5..ada0430 100644 --- a/test/db_tests/group_test.dart +++ b/test/db_tests/group_test.dart @@ -147,7 +147,7 @@ void main() { }); // Verifies that updateGroupName correctly updates only the name field. - test('Updating a group name works correcly', () async { + test('Updating a group name works correctly', () async { await database.groupDao.addGroup(group: testGroup1); const newGroupName = 'new group name';