Fix wait.t to correct expected output

This commit is contained in:
mrossinek
2019-01-02 16:36:45 +01:00
parent fc3b336f1a
commit 447830dc68

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