Skip to content

Commit 5be0cbe

Browse files
committed
need to continue
1 parent 34a1e7f commit 5be0cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def test(self) -> None:
340340
except SyntaxError:
341341
# idlelib for some reason ships an example stub file with a syntax error.
342342
# typeshed-client should also throw a SyntaxError in this case.
343-
pass
343+
continue
344344
assert ast is not None
345345
is_init = module_path.name == "__init__.pyi"
346346
typeshed_client.parser.parse_ast(

0 commit comments

Comments
 (0)