From 1c0340e2d7521623fcdd18e751d1a63a311c556e Mon Sep 17 00:00:00 2001 From: Louis-Philippe VĂ©ronneau Date: Sun, 24 Apr 2022 22:56:09 -0400 Subject: Fix typo in function name --- tests/test_mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_mpv.py') 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() -- cgit