diff --git a/server/tests/common/fixture.rs b/server/tests/common/fixture.rs index 1e7de49..7529a30 100644 --- a/server/tests/common/fixture.rs +++ b/server/tests/common/fixture.rs @@ -32,7 +32,7 @@ pub struct LLDAPFixture { impl LLDAPFixture { pub fn new() -> Self { - let mut cmd = Command::cargo_bin(env!("CARGO_PKG_NAME")).expect("cargo bin found"); + let mut cmd = Command::cargo_bin(env!("CARGO_PKG_NAME")).expect("cargo bin not found"); let path = canonicalize("..").expect("canonical path"); let db_url = env::database_url();