Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Sep 8, 2024
1 parent e46a12d commit fd38caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jac/jaclang/compiler/passes/main/tests/test_import_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_py_raise_map(self) -> None:
)
assert isinstance(build.ir, ast.Module)
p = {
"math": r"jaclang/jaclang/vendor/mypy/typeshed/stdlib/math.pyi$",
"math": r"jaclang/vendor/mypy/typeshed/stdlib/math.pyi$",
"pygame_mock": r"pygame_mock/__init__.pyi$",
"pygame_mock.color": r"pygame_mock/color.py$",
"pygame_mock.constants": r"pygame_mock/constants.py$",
Expand Down

0 comments on commit fd38caf

Please sign in to comment.