diff --git a/tests/FeedTest.php b/tests/FeedTest.php index a27a3d6..c0639ef 100644 --- a/tests/FeedTest.php +++ b/tests/FeedTest.php @@ -58,7 +58,7 @@ public function it_can_accept_an_array() 'title' => 'Song A', 'updated' => now(), 'summary' => 'summary A', - 'link' => 'link A' + 'link' => 'link A', ], [ 'id' => 2, @@ -66,7 +66,7 @@ public function it_can_accept_an_array() 'title' => 'Song B', 'updated' => now(), 'summary' => 'summary B', - 'link' => 'link B' + 'link' => 'link B', ], ]));