summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_unix_eventqueue.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-22 16:07:38 (GMT)
committerGitHub <noreply@github.com>2024-05-22 16:07:38 (GMT)
commiteafd633fac0c25ffdb98ffee31184eb3b4ca8b88 (patch)
treeb4d4205db356b5bec2515d8c79f5b535796f8384 /Lib/test/test_pyrepl/test_unix_eventqueue.py
parentaefe2e626eeb2f05cda10a17926f8ba9b7a504ca (diff)
downloadcpython-eafd633fac0c25ffdb98ffee31184eb3b4ca8b88.zip
cpython-eafd633fac0c25ffdb98ffee31184eb3b4ca8b88.tar.gz
cpython-eafd633fac0c25ffdb98ffee31184eb3b4ca8b88.tar.bz2
[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)
(cherry picked from commit 506b1a3ff66a41c72d205c8e4cba574e439d8e76) Co-authored-by: Koudai Aono <koxudaxi@gmail.com> Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Lib/test/test_pyrepl/test_unix_eventqueue.py')
-rw-r--r--Lib/test/test_pyrepl/test_unix_eventqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyrepl/test_unix_eventqueue.py b/Lib/test/test_pyrepl/test_unix_eventqueue.py
index be2bc00..c06536b 100644
--- a/Lib/test/test_pyrepl/test_unix_eventqueue.py
+++ b/Lib/test/test_pyrepl/test_unix_eventqueue.py
@@ -7,7 +7,7 @@ from _pyrepl.unix_eventqueue import EventQueue
@patch("_pyrepl.curses.tigetstr", lambda x: b"")
-class TestUnivEventQueue(unittest.TestCase):
+class TestUnixEventQueue(unittest.TestCase):
def setUp(self):
self.file = tempfile.TemporaryFile()