mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Apply Pint fixes
This commit is contained in:
@ -44,10 +44,10 @@ class UserControllerTest extends FeatureTestCase
|
||||
->json('GET', '/api/v1/user')
|
||||
->assertOk()
|
||||
->assertJsonFragment([
|
||||
'name' => $this->user->name,
|
||||
'id' => $this->user->id,
|
||||
'email' => $this->user->email,
|
||||
'is_admin' => $this->user->is_admin,
|
||||
'name' => $this->user->name,
|
||||
'id' => $this->user->id,
|
||||
'email' => $this->user->email,
|
||||
'is_admin' => $this->user->is_admin,
|
||||
])
|
||||
->assertJsonStructure([
|
||||
'preferences',
|
||||
|
Reference in New Issue
Block a user