Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 24, 2024
1 parent c552876 commit a16d67e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def test_storage_layout_overrides_json():
input_json = {
"language": "Vyper",
"sources": {"contracts/foo.vy": {"content": code}},
"storage_layout_overrides": {
"contracts/foo.vy": {"content": {"storage_layout": storage_layout_overrides}}
},
"storage_layout_overrides": {"contracts/foo.vy": {"content": storage_layout_overrides}},
"settings": {"outputSelection": {"*": ["*"]}},
}

Expand All @@ -68,9 +66,7 @@ def test_storage_layout_overrides_output():
input_json = {
"language": "Vyper",
"sources": {"contracts/foo.vy": {"content": code}},
"storage_layout_overrides": {
"contracts/foo.vy": {"content": {"storage_layout": storage_layout_overrides}}
},
"storage_layout_overrides": {"contracts/foo.vy": {"content": storage_layout_overrides}},
"settings": {"outputSelection": {"*": ["*"]}},
}

Expand Down

0 comments on commit a16d67e

Please sign in to comment.