mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Revert "Test: Corrected wrong status in test"
This reverts commit a39e24cbb6
.
This commit is contained in:
parent
41e9620371
commit
f39ed79389
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("completed\n", out)
|
||||
self.assertIn("pending\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