update tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user