Fix typo in function name
This commit is contained in:
parent
cc9072d7d8
commit
1c0340e2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ class TestLifecycle(unittest.TestCase):
|
||||||
m.terminate()
|
m.terminate()
|
||||||
self.disp.stop()
|
self.disp.stop()
|
||||||
|
|
||||||
def test_wait_for_prooperty_event_overflow(self):
|
def test_wait_for_property_event_overflow(self):
|
||||||
self.disp = Xvfb()
|
self.disp = Xvfb()
|
||||||
self.disp.start()
|
self.disp.start()
|
||||||
handler = mock.Mock()
|
handler = mock.Mock()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue