diff --git a/rhodecode/tests/test_libs.py b/rhodecode/tests/test_libs.py --- a/rhodecode/tests/test_libs.py +++ b/rhodecode/tests/test_libs.py @@ -5,7 +5,7 @@ Package for testing various lib/helper functions in rhodecode - + :created_on: Jun 9, 2011 :copyright: (C) 2009-2011 Marcin Kuzminski :license: GPLv3, see COPYING for more details. @@ -112,5 +112,3 @@ class TestLibs(unittest.TestCase): s = ['2one_more22', 'D', 'MARCIN', 'first', 'lukaszb', 'maRCiN', 'marcink', 'one'] self.assertEqual(s, extract_mentioned_users(sample)) - -