summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_mpv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_mpv.py b/tests/test_mpv.py
index 3fecfbd..670dbaf 100755
--- a/tests/test_mpv.py
+++ b/tests/test_mpv.py
@@ -659,7 +659,7 @@ class TestLifecycle(unittest.TestCase):
m.terminate()
self.disp.stop()
- def test_wait_for_prooperty_event_overflow(self):
+ def test_wait_for_property_event_overflow(self):
self.disp = Xvfb()
self.disp.start()
handler = mock.Mock()