Fix wait.t to correct expected output

This commit is contained in:
mrossinek 2019-01-02 16:36:45 +01:00 committed by Paul Beckingham
parent 351965a87b
commit 7d567c3ac9

View file

@ -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):