aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-06-06 22:31:07 -0700
committerMike Crute <mcrute@gmail.com>2016-06-06 22:31:07 -0700
commit1f44f40e392b97b128d31917f09194d1a93a5340 (patch)
treed4419553464760a9df9e5f71903d67ae4cdc20cd
parent79af8c5a61de0feb54bd14c17fb81dd742c04e2c (diff)
downloadpydora-1f44f40e392b97b128d31917f09194d1a93a5340.tar.bz2
pydora-1f44f40e392b97b128d31917f09194d1a93a5340.tar.xz
pydora-1f44f40e392b97b128d31917f09194d1a93a5340.zip
Remove broken test case
-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