From d271ccf63e690c3de4e35eefd666e68ffeff6534 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 16 Aug 2016 20:22:43 -0700 Subject: [PATCH] Fixed test. --- tests/test_subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_subreddit.py b/tests/test_subreddit.py index 59ae476..3afb8db 100644 --- a/tests/test_subreddit.py +++ b/tests/test_subreddit.py @@ -92,7 +92,7 @@ def test_subreddit_open(subreddit_page, terminal, config): # Open the selected submission data = subreddit_page.content.get(subreddit_page.nav.absolute_index) - with mock.patch('rtv.submission.SubmissionPage.loop') as loop, \ + with mock.patch('rtv.submission_page.SubmissionPage.loop') as loop, \ mock.patch.object(config.history, 'add'): data['url_type'] = 'selfpost' subreddit_page.controller.trigger('l')