Skip to content

Commit

Permalink
fix evm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 6, 2024
1 parent 55fd757 commit af25aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ forgetest_init!(build_sizes_no_forge_std, |prj, cmd| {

// tests build output is as expected in zksync mode
forgetest_init!(test_zk_build_sizes, |prj, cmd| {
cmd.args(["build", "--sizes", "--zksync"]);
cmd.args(["build", "--sizes", "--zksync", "--evm-version", "shanghai"]);
let stdout = cmd.stdout_lossy();
assert!(stdout.contains("| Counter | 800 | 450,199 |"), "\n{stdout}");
});
Expand Down

0 comments on commit af25aba

Please sign in to comment.