mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Fixed spaing issue in history test
This commit is contained in:
parent
2a12aabcf1
commit
bc7154c9cd
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class TestHistoryMonthly(TestCase):
|
|||
self.assertRegexpMatches(out, "\s2.+\s3.+\s3.+")
|
||||
|
||||
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+\-+")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue