Skip to content

Commit

Permalink
fix: Test debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Aug 22, 2022
1 parent 67aa1b9 commit 4c00527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ pub fn wait_for_shutdown(pid: i32) -> Result<()> {
return Ok(());
}

bail!("Couldn't find pid file after about 2 sec.");
bail!("Pueued daemon didn't shut down after about 2 sec.");
}

0 comments on commit 4c00527

Please sign in to comment.