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
@@ -24,7 +24,7 @@ class PaymentNotificationDispatchServiceTest extends TestCase
$this->assertDatabaseHas('notifications', [
'title' => 'Payment Reminder',
'message' => 'Reminder body',
'target_group' => 'user',
'target_group' => 'everyone',
'status' => 'sent',
'school_year' => '2025-2026',
'semester' => 'Fall',