Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Aug 25, 2024
1 parent cb6253a commit 880bb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/AuthorizedAccessTokenControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function test_tokens_can_be_retrieved_for_users()
$client1->grant_types = ['personal_access'];
$client2 = new Client;
$client2->grant_types = [];
$client2->user_id = 2;
$token1->client = $client1;
$token2->client = $client2;
$userTokens->shouldReceive('load')->with('client')->andReturn(collect([
Expand Down

0 comments on commit 880bb58

Please sign in to comment.