From 3bd6dd4189dbfcd158bea9b4a24b60cf31304c18 Mon Sep 17 00:00:00 2001 From: gelbeinhalb Date: Sun, 25 Jan 2026 10:15:50 +0100 Subject: [PATCH] fix typo --- test/db_tests/group_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';