mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Adjust failing tests due to split of streams
This commit is contained in:
parent
efdb31fb90
commit
d09fcf398e
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ class TestCMD(TestCase):
|
|||
def test_default_command(self):
|
||||
"""default command"""
|
||||
code, out, err = self.t(())
|
||||
self.assertIn("task list]", out)
|
||||
self.assertIn("task list]", err)
|
||||
|
||||
def test_info_command(self):
|
||||
"""info command"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue