mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix wait.t to correct expected output
This commit is contained in:
parent
fc3b336f1a
commit
447830dc68
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