Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 16, 2024
1 parent 9fbe4ba commit 196bbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cli/vyper_compile/test_compile_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_solc_json_output(input_files):
# the same as compiling directly
json_out = compile_json(json_input)["contracts"]["contract.vy"]
json_out_bytecode = json_out["contract"]["evm"]["bytecode"]["object"]
json_out_layout = json.loads(json_out["contract"]["layout"])["storage_layout"]
json_out_layout = json_out["contract"]["layout"]["storage_layout"]

out2 = compile_files(
[contract_file],
Expand Down

0 comments on commit 196bbc8

Please sign in to comment.