Skip to content

Commit

Permalink
Update AppleJwtFetchingServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardnll committed Oct 29, 2021
1 parent a27f80f commit b099cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/Auth/Service/AppleJwtFetchingServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public function testIfGetJwtPayloadReturnsExpectedJwtPayloadWhenTokenIsVerifiedA
true,
true,
1591622011,
true
true,
null
);

$this->factoryMock->shouldReceive('createJwtPayloadFromToken')
Expand Down

0 comments on commit b099cbb

Please sign in to comment.