fix tests

This commit is contained in:
root
2026-06-11 11:46:12 -04:00
parent c91fa2ce4d
commit 5ead80fdc7
1489 changed files with 11349 additions and 10305 deletions
@@ -7,6 +7,7 @@ use App\Services\Attendance\AttendanceConsequenceService;
use App\Services\EmailService;
use App\Services\Notifications\UserNotificationDispatchService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\DB;
use Mockery;
use Tests\TestCase;
@@ -30,7 +31,7 @@ class AttendanceConsequenceServiceTest extends TestCase
public function test_send_follow_up_marks_tracking_and_notifies(): void
{
\Illuminate\Support\Facades\DB::table('students')->insert([
DB::table('students')->insert([
'id' => 1,
'school_id' => 1,
'parent_id' => 1,