# HG changeset patch # User Marcin Kuzminski # Date 1349734127 -7200 # Node ID 28b85b1b46cfe8704ab3d5b7dff1ce26180ac665 # Parent 1b275d04ac0766630729232fbd698b90cc9d8c33 fixed typo in lib tests diff -r 1b275d04ac07 -r 28b85b1b46cf rhodecode/tests/test_libs.py --- a/rhodecode/tests/test_libs.py Tue Oct 09 00:08:35 2012 +0200 +++ b/rhodecode/tests/test_libs.py Tue Oct 09 00:08:47 2012 +0200 @@ -145,7 +145,7 @@ self.assertEqual(age(n + delt(hours=24)), u'in 1 day') self.assertEqual(age(n + delt(hours=24 * 5)), u'in 5 days') self.assertEqual(age(n + delt(hours=24 * (calendar.mdays[n.month - 1] + 2))), - u'in 1 month and 1 days') + u'in 1 month and 1 day') self.assertEqual(age(n + delt(hours=24 * 400)), u'in 1 year and 1 month') def test_tag_exctrator(self):