Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 26, 2024
1 parent 931fe36 commit d961886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_issue18():
source = """import requests
def foobar():
from requests import session
foobar()
out = 123
"""
code = compile(source, "<string>", "exec")
Expand Down

0 comments on commit d961886

Please sign in to comment.