Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 25, 2024
1 parent ecbe8ef commit f900b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/ViewModels/Names/NameViewModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ public function it_gets_the_data_to_feed_the_json_schema_ld_file(): void
[
'headline' => 'Tout savoir sur le prénom Héloïse',
'image' => env('APP_URL') . '/img/facebook.png',
'date' => '2018-01-01',
'created_at' => '2018-01-01',
'updated_at' => '2018-01-01',
'url' => env('APP_URL') . '/prenoms/' . $name->id . '/heloise',
],
$array
Expand Down

0 comments on commit f900b2f

Please sign in to comment.