Skip to content

Commit

Permalink
clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Dec 13, 2024
1 parent 99f0af2 commit 3359eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/unit/cli/vyper_json/test_compile_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,8 @@ def test_compile_json_with_abi_top(make_input_bundle):
from . import stream
"""
input_bundle = make_input_bundle({"stream.json": stream, "code.vy": code})
vyper.compiler.compile_code(
code, resolved_path=input_bundle.search_paths[0] / "code.vy", input_bundle=input_bundle
)
file_input = input_bundle.load_file("code.vy")
vyper.compiler.compile_from_file_input(file_input, input_bundle=input_bundle)


def test_compile_json_with_experimental_codegen():
Expand Down

0 comments on commit 3359eae

Please sign in to comment.