From c03041af082985a45baecaed501463ac4a2ddc89 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 9 Sep 2020 18:54:45 +0000 Subject: [PATCH] Fix styling --- tests/FeedTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ], ]));