Test for prelim auditions showing on judging dashboard.

This commit is contained in:
Matt Young 2025-09-22 22:13:48 -05:00
parent 49b203cc25
commit 88608ea5b4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe('JudgingController::index', function () {
$response->assertSee($room->name); $response->assertSee($room->name);
$response->assertSee($bonusScoreDefinition->name); $response->assertSee($bonusScoreDefinition->name);
}); });
it('shows prelim auditions the user is assigned to juge', function () { it('shows prelim auditions the user is assigned to judge', function () {
$judge = User::factory()->create(); $judge = User::factory()->create();
$room = Room::factory()->create(); $room = Room::factory()->create();
$room->judges()->attach($judge); $room->judges()->attach($judge);