Test: Corrected wrong status in test
This commit is contained in:
@@ -168,7 +168,7 @@ class TestUUID(TestCase):
|
|||||||
self.t("abcdefab modify status:pending")
|
self.t("abcdefab modify status:pending")
|
||||||
|
|
||||||
code, out, err = self.t("_get abcdefab.status")
|
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")
|
code, out, err = self.t("abcdefab export")
|
||||||
self.assertIn('"description":"seven"', out)
|
self.assertIn('"description":"seven"', out)
|
||||||
|
|||||||
Reference in New Issue
Block a user