Skip to content

Commit

Permalink
feat(#43): removed redundant env
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 11, 2024
1 parent f797172 commit 8439d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8439d8b

Please sign in to comment.