Skip to content

Commit

Permalink
fix arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Feb 7, 2024
1 parent 6bf0eee commit 90b5ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions host/tests/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ fn build_optimism_derived(#[case] block_number: u64, #[case] block_count: u64) {
.unwrap()
.args([
"build",
"--network=optimism",
"--cache=testdata",
"--network=optimism-derived",
"--cache=testdata/derivation",
&format!("--block-number={}", block_number),
&format!("--block-count={}", block_count),
])
Expand All @@ -74,8 +74,8 @@ fn build_optimism_derived(#[case] block_number: u64, #[case] block_count: u64) {
.unwrap()
.args([
"build",
"--network=optimism",
"--cache=testdata",
"--network=optimism-derived",
"--cache=testdata/derivation",
&format!("--block-number={}", block_number),
&format!("--block-count={}", block_count),
"--composition=1",
Expand Down

0 comments on commit 90b5ea0

Please sign in to comment.