Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/TokenTest.php
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
kalmerkaurson and samdark authored Sep 1, 2025
commit 0b60cbd74928a2bb718838cfda1be6811c515fd1
2 changes: 1 addition & 1 deletion tests/TokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public function testHasRefreshToken()
],
]);

$this->assertTrue($oauthToken->getHasRefreshToken());
$this->assertTrue($oauthToken->hasRefreshToken());
}
}
Loading