Fix wait.t to correct expected output
This commit is contained in:
committed by
Paul Beckingham
parent
351965a87b
commit
7d567c3ac9
@@ -62,7 +62,7 @@ class TestWait(TestCase):
|
|||||||
self.assertIn("visible", out)
|
self.assertIn("visible", out)
|
||||||
self.assertIn("hidden", out)
|
self.assertIn("hidden", out)
|
||||||
|
|
||||||
self.assertIn("Un-waiting task 'hidden'", err)
|
self.assertIn("Un-waiting task 2 'hidden'", err)
|
||||||
|
|
||||||
|
|
||||||
class TestBug434(TestCase):
|
class TestBug434(TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user