Skip to content

Commit 6c529dd

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7a39f04 commit 6c529dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/HasPermissionsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ public function it_can_assign_a_permission_to_a_user()
2020
$this->assertTrue($this->testUser->hasPermissionTo($this->testUserPermission));
2121
}
2222

23-
2423
/** @test */
2524
public function it_can_assign_a_permission_to_a_user_with_a_non_default_guard()
2625
{
2726
$testUserPermission = app(Permission::class)->create([
28-
'name' => 'edit-articles',
27+
'name' => 'edit-articles',
2928
'guard_name' => 'api',
3029
]);
3130

0 commit comments

Comments
 (0)