Tests: Fixed spaing issue in history test

This commit is contained in:
Paul Beckingham 2017-03-23 01:10:18 -04:00
parent 2a12aabcf1
commit bc7154c9cd

View file

@ -131,7 +131,7 @@ class TestHistoryMonthly(TestCase):
self.assertRegexpMatches(out, "\s2.+\s3.+\s3.+") self.assertRegexpMatches(out, "\s2.+\s3.+\s3.+")
code, out, err = self.t("ghistory.monthly") code, out, err = self.t("ghistory.monthly")
self.assertRegexpMatches(out, "2015 January\s+\++X+\s") self.assertRegexpMatches(out, "2015\s+January\s+\++X+\s")
self.assertRegexpMatches(out, "\s+February\s+\++X+\-+") self.assertRegexpMatches(out, "\s+February\s+\++X+\-+")