Skip to content

Commit d61280f

Browse files
committed
fix $this
1 parent 3c8a9fa commit d61280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/TokenGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
318318

319319
$this->mockKeys->expects($this->once())
320320
->method('getPublicKey')
321-
->willReturn($this->mockPublicKey)
321+
->willReturn($mockPublicKey)
322322
;
323323

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

0 commit comments

Comments
 (0)