Skip to content

Commit

Permalink
Removed unnecessary test-runner argument
Browse files Browse the repository at this point in the history
  • Loading branch information
integraledelebesgue committed Aug 27, 2024
1 parent 7b77cd3 commit 85f478e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sncast/src/starknet_commands/script/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ fn init_scarb_project(script_name: &str, script_root_dir: &Utf8PathBuf) -> Resul
"--no-vcs",
"--quiet",
script_root_dir.as_str(),
"--test-runner",
"cairo-test",
])
.env("SCARB_INIT_TEST_RUNNER", "cairo-test")
.run()
Expand Down

0 comments on commit 85f478e

Please sign in to comment.