summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollo@debian.org>2022-04-24 22:56:09 -0400
committerjaseg <136313+jaseg@users.noreply.github.com>2022-06-17 00:10:57 +0200
commit1c0340e2d7521623fcdd18e751d1a63a311c556e (patch)
tree0d2ee8a45b21de3cdb24df4e386774e660136144 /tests
parentcc9072d7d8bfa32718a536b62631d95f9ab89af3 (diff)
downloadpython-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.tar.gz
python-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.tar.bz2
python-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.zip
Fix typo in function name
Diffstat (limited to 'tests')
-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()