From 8439d8bce883fe19f0f613620585a43b4ef76fac Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Thu, 11 Jul 2024 09:29:16 +0300 Subject: [PATCH] feat(#43): removed redundant env --- cli/tests/integration_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/tests/integration_test.rs b/cli/tests/integration_test.rs index 4574e011..082f35ab 100644 --- a/cli/tests/integration_test.rs +++ b/cli/tests/integration_test.rs @@ -40,7 +40,6 @@ fn outputs_help() -> Result<()> { #[test] fn outputs_start_opts() -> Result<()> { - env!("CARGO_BIN_EXE_cli"); let assertion = Command::cargo_bin("cli")? .arg("start") .arg("--help")