update tests

This commit is contained in:
root
2026-06-08 22:06:30 -04:00
parent 79024235ef
commit 60ecacb7f8
54 changed files with 13243 additions and 5561 deletions
@@ -19,7 +19,7 @@ class NotificationUserListServiceTest extends TestCase
'title' => 'Unread',
'message' => 'Message 1',
'target_group' => 'parent',
'delivery_channels' => json_encode(['in_app']),
'delivery_channels' => 'in_app',
'scheduled_at' => now()->subHour(),
'created_at' => now(),
'updated_at' => now(),
@@ -29,7 +29,7 @@ class NotificationUserListServiceTest extends TestCase
'title' => 'Read',
'message' => 'Message 2',
'target_group' => 'parent',
'delivery_channels' => json_encode(['in_app']),
'delivery_channels' => 'in_app',
'scheduled_at' => now()->subHours(2),
'created_at' => now(),
'updated_at' => now(),