Skip to content

Commit

Permalink
Changed size to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
little-apps committed Jun 2, 2024
1 parent 9498b8d commit d392690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Features/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function test_secret_phrase_generated_for_new_key()
*/
public function test_generate_valid_size()
{
$this->artisan('littlejwt:phrase', ['--size' => '2048', '--yes' => true])
$this->artisan('littlejwt:phrase', ['--size' => '1024', '--yes' => true])
->assertSuccessful();
}

Expand Down

0 comments on commit d392690

Please sign in to comment.