Skip to content

Commit

Permalink
Update tests/unit/ast/test_pre_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
  • Loading branch information
tserg and charles-cooper authored Apr 9, 2024
1 parent cde889f commit 2b0eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ast/test_pre_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_invalid_pragma(code):
pre_parse(code)


def test_version_conflict_with_imports(make_input_bundle, mock_version):
def test_version_exception_in_import(make_input_bundle):
lib_version = "~=0.3.10"

lib_pragma = f"#pragma version {lib_version}\n"
Expand Down

0 comments on commit 2b0eba4

Please sign in to comment.