mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-04 08:25:04 -05:00
Removed obsolete tvrname reference from tv_tests
This commit is contained in:
parent
6f833286b7
commit
ec6208428e
@ -36,7 +36,6 @@ class TVShowTests(test.SickbeardTestDBCase):
|
|||||||
def test_change_indexerid(self):
|
def test_change_indexerid(self):
|
||||||
show = TVShow(1, 0001, "en")
|
show = TVShow(1, 0001, "en")
|
||||||
show.name = "show name"
|
show.name = "show name"
|
||||||
show.tvrname = "show name"
|
|
||||||
show.network = "cbs"
|
show.network = "cbs"
|
||||||
show.genre = "crime"
|
show.genre = "crime"
|
||||||
show.runtime = 40
|
show.runtime = 40
|
||||||
@ -86,7 +85,6 @@ class TVTests(test.SickbeardTestDBCase):
|
|||||||
def test_getEpisode(self):
|
def test_getEpisode(self):
|
||||||
show = TVShow(1, 0001, "en")
|
show = TVShow(1, 0001, "en")
|
||||||
show.name = "show name"
|
show.name = "show name"
|
||||||
show.tvrname = "show name"
|
|
||||||
show.network = "cbs"
|
show.network = "cbs"
|
||||||
show.genre = "crime"
|
show.genre = "crime"
|
||||||
show.runtime = 40
|
show.runtime = 40
|
||||||
|
Loading…
Reference in New Issue
Block a user