From 2388494053eea6499ecd678e64053a6894e6aa24 Mon Sep 17 00:00:00 2001 From: Ben Isaacs Date: Sun, 28 Feb 2021 15:11:23 +0000 Subject: [PATCH] Remove done TODO item comment --- test/iTunes_Podcast_HelperTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/iTunes_Podcast_HelperTest.php b/test/iTunes_Podcast_HelperTest.php index a4d6416..c800d0a 100644 --- a/test/iTunes_Podcast_HelperTest.php +++ b/test/iTunes_Podcast_HelperTest.php @@ -154,6 +154,4 @@ public function test_adds_image_to_podcast() $this->assertChannelHasElementWithAttribute('image', 'href', 'itunes_image.jpg', $data->channel); } - - // TODO: tests that assert that things are added to the individual RSS Items }