Apply suggestions from code review

Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
This commit is contained in:
kalle (jag) 2022-10-26 22:24:18 +02:00 committed by thrillfall
parent 575726a0cf
commit 6420fa4f7d
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class EpisodeActionTest extends TestCase {
</rss>
';
$podcastData = PodcastData::parseRssXml($xml, fetchedAtUnix: 1337);
$podcastData = PodcastData::parseRssXml($xml, 1337);
$expected = [
'title' => 'The title of this Podcast',
'author' => 'The Podcast Author',
@ -99,7 +99,7 @@ class EpisodeActionTest extends TestCase {
</rss>
';
$podcastData = PodcastData::parseRssXml($xml, fetchedAtUnix: 1337);
$podcastData = PodcastData::parseRssXml($xml, 1337);
$expected = [
'title' => 'The title of this Podcast',
'author' => 'The Podcast Author',