From c5900975baf07864ddeb6dd715ae0eb7ca59d86f Mon Sep 17 00:00:00 2001 From: pixelrazor Date: Mon, 10 Apr 2023 16:22:34 -0600 Subject: [PATCH] Change expect message --- server/tests/common/fixture.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();