aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/models
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-07-27 01:06:50 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-07-27 01:06:50 +0200
commit7182ae959b769a50be98c1733296a79f2402f006 (patch)
tree1038021be44919070ad286f39a056b3d7d5dee61 /rhodecode/tests/models
parent9cbc4233c22136b5a9130b4f6ebb92c216a34eaf (diff)
white space cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/models')
-rw-r--r--rhodecode/tests/models/test_notifications.py4
-rw-r--r--rhodecode/tests/models/test_repos_groups.py2
2 files changed, 1 insertions, 5 deletions
diff --git a/rhodecode/tests/models/test_notifications.py b/rhodecode/tests/models/test_notifications.py
index c4cf4489..4b5d82de 100644
--- a/rhodecode/tests/models/test_notifications.py
+++ b/rhodecode/tests/models/test_notifications.py
@@ -185,7 +185,3 @@ class TestNotifications(unittest.TestCase):
.get_unread_cnt_for_user(self.u2), 1)
self.assertEqual(NotificationModel()
.get_unread_cnt_for_user(self.u3), 2)
-
-
-
-
diff --git a/rhodecode/tests/models/test_repos_groups.py b/rhodecode/tests/models/test_repos_groups.py
index a049dbe5..cedb6e8e 100644
--- a/rhodecode/tests/models/test_repos_groups.py
+++ b/rhodecode/tests/models/test_repos_groups.py
@@ -167,4 +167,4 @@ class TestReposGroups(unittest.TestCase):
# we moved out group from t1 to '' so it's full path should be 'g2'
self.assertEqual(g2.full_path, 'g22')
self.assertFalse(self.__check_path('t11', 't22'))
- self.assertTrue(self.__check_path('g22')) \ No newline at end of file
+ self.assertTrue(self.__check_path('g22'))