mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -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):
|
||||
show = TVShow(1, 0001, "en")
|
||||
show.name = "show name"
|
||||
show.tvrname = "show name"
|
||||
show.network = "cbs"
|
||||
show.genre = "crime"
|
||||
show.runtime = 40
|
||||
@ -86,7 +85,6 @@ class TVTests(test.SickbeardTestDBCase):
|
||||
def test_getEpisode(self):
|
||||
show = TVShow(1, 0001, "en")
|
||||
show.name = "show name"
|
||||
show.tvrname = "show name"
|
||||
show.network = "cbs"
|
||||
show.genre = "crime"
|
||||
show.runtime = 40
|
||||
|
Loading…
Reference in New Issue
Block a user