Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/129' into 129
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 19, 2024
2 parents 3418049 + 161c830 commit 34b2c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ mod tests {
// Now we have test for linux and macos. However, we need to maintain
// similar test case for windows as well.
async fn accepts_request_in_detached_mode() -> Result<()> {
let _kill = defer(|| kill(3000));
let _defer = defer(|| kill(3000));
let assertion = Command::cargo_bin("cli")?.arg("start").arg("-d").assert();
let bytes = assertion.get_output().stdout.as_slice();
let output = str::from_utf8(bytes)?;
Expand Down

0 comments on commit 34b2c60

Please sign in to comment.