mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Fix wait.t to correct expected output
This commit is contained in:
parent
351965a87b
commit
7d567c3ac9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class TestWait(TestCase):
|
|||
self.assertIn("visible", out)
|
||||
self.assertIn("hidden", out)
|
||||
|
||||
self.assertIn("Un-waiting task 'hidden'", err)
|
||||
self.assertIn("Un-waiting task 2 'hidden'", err)
|
||||
|
||||
|
||||
class TestBug434(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue