mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +05:30
Remove extra line
This commit is contained in:
parent
e85a8e31e8
commit
5d3d9d95be
@ -673,7 +673,6 @@ class AuthCodeGrantTest extends TestCase
|
||||
|
||||
$this->assertInstanceOf(AccessTokenEntityInterface::class, $response->getAccessToken());
|
||||
$this->assertInstanceOf(RefreshTokenEntityInterface::class, $response->getRefreshToken());
|
||||
|
||||
}
|
||||
|
||||
public function testRespondToAccessTokenRequestCodeChallengePlain()
|
||||
|
Loading…
Reference in New Issue
Block a user