diff --git a/tests/Unit/ViewModels/Names/NameViewModelTest.php b/tests/Unit/ViewModels/Names/NameViewModelTest.php index e3d24a5..d58c35a 100644 --- a/tests/Unit/ViewModels/Names/NameViewModelTest.php +++ b/tests/Unit/ViewModels/Names/NameViewModelTest.php @@ -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