Skip to content

Commit

Permalink
🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jun 21, 2024
1 parent 5cb987f commit e8e69a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Forms/FormSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function it_should_not_save_date_in_data()
->save();

$submission = tap($form->makeSubmission([
'name' => 'John Doe'
'name' => 'John Doe',
]))->save();

$this->assertInstanceOf(Carbon::class, $submission->date());
Expand Down

0 comments on commit e8e69a4

Please sign in to comment.