summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/input/func_indexing_exceptions_py_30.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_indexing_exceptions_py_30.py b/test/input/func_indexing_exceptions_py_30.py
index 1200631..95efb6c 100644
--- a/test/input/func_indexing_exceptions_py_30.py
+++ b/test/input/func_indexing_exceptions_py_30.py
@@ -13,4 +13,4 @@ _ = IndexError("test")[0]
_ = ZeroDivisionError("error")[0]
_ = ExtensionException("error")[0]
_ = SubException("error")[1]
-_ = socker.error("socket")[0]
+_ = socket.error("socket")[0]