Skip to content

Commit

Permalink
Fixed JWKValidator test case
Browse files Browse the repository at this point in the history
  • Loading branch information
little-apps committed Jun 1, 2024
1 parent 8914c78 commit f4f5f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Features/KeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function test_empty_jwk_phrase() {
]
]);

JWKValidator::validate($jwk);
call_user_func($this->app->make(JWKValidator::class)->withoutFallback(), $jwk);
}

/**
Expand Down

0 comments on commit f4f5f9b

Please sign in to comment.