Skip to content

Commit bfb3c24

Browse files
formatting
1 parent 60d8e51 commit bfb3c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Grant/DeviceCodeGrantTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ public function testRespondToAccessTokenRequest(): void
367367
$deviceCodeEntity->setUserCode('123456');
368368
$deviceCodeEntity->setExpiryDateTime(new DateTimeImmutable('+1 hour'));
369369
$deviceCodeEntity->setClient($client);
370+
370371
$deviceCodeRepositoryMock->method('getDeviceCodeEntityByDeviceCode')
371372
->with('deviceCodeEntityIdentifier')
372373
->willReturn($deviceCodeEntity);

0 commit comments

Comments
 (0)