Fix test
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Javier Feliz 2025-08-04 19:30:33 -04:00
parent 76e3f07239
commit 58a2e54b7e

View File

@ -72,7 +72,7 @@ describe('GenerateKeys Command', function () {
$this->artisan('app:generate-keys')
->expectsOutput('Keys already exist. Aborting.')
->assertExitCode(1);
->assertExitCode(0);
// Verify original files are unchanged
expect(File::get($privatePath))->toBe('dummy private key');