Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 13, 2022
1 parent 0bd10d3 commit 75dcae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl TestRepo {
}

pub fn run_horton(&self) -> Result<String, Box<dyn Error>> {
let mut cmd = Command::cargo_bin("horton")?;
let mut cmd = Command::cargo_bin("trunk-toolbox")?;

cmd.env("RUST_LOG", "debug");
cmd.arg("--upstream")
Expand Down

0 comments on commit 75dcae2

Please sign in to comment.