aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_pandora/test_models.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_pandora/test_models.py b/tests/test_pandora/test_models.py
index 3a771ab..37a760f 100644
--- a/tests/test_pandora/test_models.py
+++ b/tests/test_pandora/test_models.py
@@ -336,11 +336,6 @@ class TestSearchResultItem(TestCase):
336 assert not result.is_composer 336 assert not result.is_composer
337 assert result.is_genre_station 337 assert result.is_genre_station
338 338
339 def test_create_station(self):
340 result = SearchResultItem.from_json(self.api_client_mock, self.SONG_JSON_DATA)
341
342 self.assertRaises(NotImplementedError, result.create_station())
343
344 339
345class TestArtistSearchResultItem(TestCase): 340class TestArtistSearchResultItem(TestCase):
346 341