diff options
author | Louis-Philippe VĂ©ronneau <pollo@debian.org> | 2022-04-24 22:56:09 -0400 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-06-17 00:10:57 +0200 |
commit | 1c0340e2d7521623fcdd18e751d1a63a311c556e (patch) | |
tree | 0d2ee8a45b21de3cdb24df4e386774e660136144 /tests | |
parent | cc9072d7d8bfa32718a536b62631d95f9ab89af3 (diff) | |
download | python-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.tar.gz python-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.tar.bz2 python-mpv-1c0340e2d7521623fcdd18e751d1a63a311c556e.zip |
Fix typo in function name
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_mpv.py | 2 |
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() |