formatting, juiste use voor UpdateDynamicRequest
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Dynamic;
|
||||
use App\Models\User;
|
||||
|
||||
test('user displayNameFor returns user name by default', function () {
|
||||
$user = User::factory()->create(['name' => 'Alice']);
|
||||
@@ -34,7 +34,7 @@ test('participant can update their display name', function () {
|
||||
]);
|
||||
|
||||
$response->assertRedirect();
|
||||
|
||||
|
||||
// Check database
|
||||
$this->assertDatabaseHas('participants', [
|
||||
'user_id' => $user->id,
|
||||
|
||||
Reference in New Issue
Block a user