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 }