This commit is contained in:
gelbeinhalb
2026-01-25 10:15:50 +01:00
parent b0cb385756
commit 3bd6dd4189

View File

@@ -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';