fix felix typos :)

This commit is contained in:
gelbeinhalb
2026-01-19 14:57:19 +01:00
parent 715b3debbb
commit 764ce13240
5 changed files with 23 additions and 23 deletions

View File

@@ -145,7 +145,7 @@ void main() {
const newGroupName = 'new group name';
await database.groupDao.updateGroupname(
await database.groupDao.updateGroupName(
groupId: testGroup1.id,
newName: newGroupName,
);