Skip to content

Commit

Permalink
fix pint
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Dec 10, 2024
1 parent 458bcbe commit e23c081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/Feature/RegisterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
});

it('requires hcaptcha token in production', function () {
app()->detectEnvironment(fn() => 'production');
app()->detectEnvironment(fn () => 'production');

$this->postJson('/register', [
'name' => 'Test User',
Expand Down

0 comments on commit e23c081

Please sign in to comment.