Skip to content

Commit

Permalink
fix $this
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Jan 17, 2024
1 parent 3c8a9fa commit d61280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/TokenGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ final public function testIdTokenGenerationWithoutDpopKey(): void

$this->mockKeys->expects($this->once())
->method('getPublicKey')
->willReturn($this->mockPublicKey)
->willReturn($mockPublicKey)
;

$privateKey = file_get_contents(__DIR__.'/../fixtures/keys/private.key');
Expand Down

0 comments on commit d61280f

Please sign in to comment.