mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Remove decode call on template.t
This commit is contained in:
parent
382a93a315
commit
a989a63f62
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TestBugNumber(TestCase):
|
|||
code, out, err = self.t(command)
|
||||
|
||||
expected = "Copyright \(C\) \d{4} - %d" % (datetime.now().year,)
|
||||
self.assertRegexpMatches(out.decode("utf8"), expected)
|
||||
self.assertRegexpMatches(out, expected)
|
||||
|
||||
# TAP diagnostics on the bas
|
||||
self.diag("Yay TAP diagnostics")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue