diff --git a/CHANGES.md b/CHANGES.md index 6027696..754d928 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,7 +25,6 @@ * Fix name_parser_tests -### 0.21.9 (2020-01-30 21:00:00 UTC) ### 0.21.11 (2020-02-01 21:40:00 UTC) * Change ended show mark "[ ! ]" of view-show/"Change show" pull down because Chromium removed the CSS method diff --git a/tests/pp_tests.py b/tests/pp_tests.py index bd6e448..71669dd 100644 --- a/tests/pp_tests.py +++ b/tests/pp_tests.py @@ -89,6 +89,7 @@ class PPBasicTests(test.SickbeardTestDBCase): show_obj.save_to_db() sickbeard.showList = [show_obj] + sickbeard.showDict = {show_obj.sid_int: show_obj} ep_obj = TVEpisode(show_obj, test.SEASON, test.EPISODE) ep_obj.name = 'some ep name' ep_obj.release_name = 'test setter' @@ -144,6 +145,7 @@ class PPScriptTests(test.SickbeardTestDBCase): show_obj.save_to_db() sickbeard.showList = [show_obj] + sickbeard.showDict = {show_obj.sid_int: show_obj} ep_obj = TVEpisode(show_obj, test.SEASON, test.EPISODE) ep_obj.name = 'some ep name' ep_obj.location = '/mnt/hdd/folder/the show/season 01/the show - s01e01 - name.mkv'