From 75dcae2ffd47a19f173c8aa9ea19d3332f87c724 Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Wed, 12 Oct 2022 18:00:52 -0700 Subject: [PATCH] fix tests --- tests/integration_testing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_testing.rs b/tests/integration_testing.rs index bdd69e0..fa0fd14 100644 --- a/tests/integration_testing.rs +++ b/tests/integration_testing.rs @@ -70,7 +70,7 @@ impl TestRepo { } pub fn run_horton(&self) -> Result> { - let mut cmd = Command::cargo_bin("horton")?; + let mut cmd = Command::cargo_bin("trunk-toolbox")?; cmd.env("RUST_LOG", "debug"); cmd.arg("--upstream")