From 9f818d858f5579b13163493ed1120aaa0a1fc8cf Mon Sep 17 00:00:00 2001
From: Őry Máté <ory.mate@cloud.bme.hu>
Date: Sat, 1 Mar 2014 17:16:37 +0100
Subject: [PATCH] dashboard: fix typo in model test

---
 circle/dashboard/tests/test_models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle/dashboard/tests/test_models.py b/circle/dashboard/tests/test_models.py
index 4cd5835..021292d 100644
--- a/circle/dashboard/tests/test_models.py
+++ b/circle/dashboard/tests/test_models.py
@@ -15,7 +15,7 @@ class NotificationTestCase(TestCase):
 
     def test_notification_send(self):
         c1 = self.u1.notification_set.count()
-        c2 = self.u1.notification_set.count()
+        c2 = self.u2.notification_set.count()
         profile = self.u1.profile
         msg = profile.notify('subj',
                              'dashboard/test_message.txt',
--
libgit2 0.26.0