Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 9, 2020
2 parents e0003d1 + c03041a commit 49bad24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ public function it_can_accept_an_array()
'title' => 'Song A',
'updated' => now(),
'summary' => 'summary A',
'link' => 'link A'
'link' => 'link A',
],
[
'id' => 2,
'author' => 'paul',
'title' => 'Song B',
'updated' => now(),
'summary' => 'summary B',
'link' => 'link B'
'link' => 'link B',

],
]));
Expand Down

0 comments on commit 49bad24

Please sign in to comment.