diff --git a/rhodecode/tests/models/test_repos_groups.py b/rhodecode/tests/models/test_repos_groups.py --- 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'))