Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored and github-actions[bot] committed Apr 19, 2024
1 parent 7a39f04 commit 6c529dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/HasPermissionsTest.php
Expand Up @@ -20,12 +20,11 @@ public function it_can_assign_a_permission_to_a_user()
$this->assertTrue($this->testUser->hasPermissionTo($this->testUserPermission));
}


/** @test */
public function it_can_assign_a_permission_to_a_user_with_a_non_default_guard()
{
$testUserPermission = app(Permission::class)->create([
'name' => 'edit-articles',
'name' => 'edit-articles',
'guard_name' => 'api',
]);

Expand Down

0 comments on commit 6c529dd

Please sign in to comment.