Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 31, 2023
1 parent 9d6bf1e commit a530d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/on_runtime_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async fn on_runtime_upgrade_works() {
.arg(format!("--runtime={}", runtime_path))
.arg("on-runtime-upgrade")
.args(extra_args)
.args(&["snap", format!("--path={}", snap_path).as_str()])
.args(["snap", format!("--path={}", snap_path).as_str()])
.kill_on_drop(true)
.spawn()
.unwrap()
Expand Down

0 comments on commit a530d66

Please sign in to comment.