Fix typo in function name

This commit is contained in:
Louis-Philippe Véronneau 2022-04-24 22:56:09 -04:00 committed by jaseg
parent cc9072d7d8
commit 1c0340e2d7

View file

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