mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix add.t Test1549 test failure.
The test was failing on my machine on fresh checkout. It failed because somehow both new-id and new-uuid verbosity were set during the test, so TW defaulted to printing out uuid, which did not match the assertion. Test fixed by explicitly setting verbosity to new-id.
This commit is contained in:
parent
cad8bec8b6
commit
abddb1ea8e
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Test1549(TestCase):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# This command will hang and therefore timeout in 2.4.1.
|
# This command will hang and therefore timeout in 2.4.1.
|
||||||
code, out, err = self.t('add 1e x')
|
code, out, err = self.t('rc.verbose:new-id add 1e x')
|
||||||
self.assertIn("Created task 1.", out)
|
self.assertIn("Created task 1.", out)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue