mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Corrected test
This commit is contained in:
parent
392a5dacd9
commit
593b334d5e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class TestDefaults(TestCase):
|
|||
|
||||
def test_default_command(self):
|
||||
self.t("add foo")
|
||||
code, out, err = self.t("")
|
||||
code, out, err = self.t()
|
||||
self.assertIn("foo", out)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue