mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Corrected use of quotes
This commit is contained in:
parent
d6f977e2dd
commit
b7fafcb062
2 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,7 @@ class TestUUID(TestCase):
|
|||
self.assertIn("completed\n", out)
|
||||
|
||||
code, out, err = self.t("12345678-1234-1234-1234-123456789012 export")
|
||||
self.assertIn("'description':'six'", out)
|
||||
self.assertIn('"description":"six"', out)
|
||||
|
||||
def test_alpha_uuid(self):
|
||||
"""Using alphabetic UUID"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue