Skip to content

Commit

Permalink
Fixed test on 8.1 - L10
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 29, 2024
1 parent 443720b commit e21909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Commands/GenerateEnumsCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
it('throws exception with bad default', function () {
// Act.
$this->artisan(GenerateEnumsCommand::class);
})->throws(ValueError::class, '"exception" is not a valid backing value for enum Kirschbaum\Paragon\Concerns\GenerateAs');
})->throws(ValueError::class, '"exception" is not a valid backing value for enum');

it('builds javascript via flag', function () {
// Act.
Expand Down

0 comments on commit e21909a

Please sign in to comment.