Change expect message

This commit is contained in:
pixelrazor 2023-04-10 16:22:34 -06:00
parent 4af242c798
commit c5900975ba
No known key found for this signature in database
GPG Key ID: A12822871A9955E2

View File

@ -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();