mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Corrected wrong status in test
This commit is contained in:
parent
11a0dc7290
commit
a39e24cbb6
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class TestUUID(TestCase):
|
|||
self.t("abcdefab modify status:pending")
|
||||
|
||||
code, out, err = self.t("_get abcdefab.status")
|
||||
self.assertIn("pending\n", out)
|
||||
self.assertIn("completed\n", out)
|
||||
|
||||
code, out, err = self.t("abcdefab export")
|
||||
self.assertIn('"description":"seven"', out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue