Fixed the tests.

This commit is contained in:
Michael Lazar
2016-02-09 23:42:07 -08:00
parent 0de3033414
commit d08b9f47be
5 changed files with 24 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ class SubscriptionPage(Page):
self.subreddit_data = self.content.get(self.nav.absolute_index)
self.active = False
@SubscriptionController.register(Command('SUBSCRIPTION_CLOSE'))
@SubscriptionController.register(Command('SUBSCRIPTION_EXIT'))
def close_subscriptions(self):
"Close subscriptions and return to the subreddit page"