Attempt to fix the tests

An attempt to fix the broken tests
This commit is contained in:
Edridge D'Souza
2018-07-16 16:52:08 -04:00
parent b2d3439faa
commit ad97b8ff9a
4 changed files with 26 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ SUBREDDIT_PROMPTS = OrderedDict([
('top', ('pics/top', '/r/pics', 'top')),
('rising', ('r/pics/rising', '/r/pics', 'rising')),
('controversial', ('/r/pics/controversial', '/r/pics', 'controversial')),
('gilded', ('/r/pics/gilded', '/r/pics', 'gilded'))
('top-day', ('/r/pics/top-day', '/r/pics', 'top-day')),
('top-hour', ('/r/pics/top-hour', '/r/pics', 'top-hour')),
('top-month', ('/r/pics/top-month', '/r/pics', 'top-month')),