Commit 9f818d85 by Őry Máté

dashboard: fix typo in model test

parent 98bc31aa
...@@ -15,7 +15,7 @@ class NotificationTestCase(TestCase): ...@@ -15,7 +15,7 @@ class NotificationTestCase(TestCase):
def test_notification_send(self): def test_notification_send(self):
c1 = self.u1.notification_set.count() c1 = self.u1.notification_set.count()
c2 = self.u1.notification_set.count() c2 = self.u2.notification_set.count()
profile = self.u1.profile profile = self.u1.profile
msg = profile.notify('subj', msg = profile.notify('subj',
'dashboard/test_message.txt', 'dashboard/test_message.txt',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment