From 9ab4f75173c71741b08ed2feb64547d75ceb1f4b Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Fri, 12 Apr 2024 11:07:05 +0200 Subject: [PATCH] [rust] Minor typo-fix in warninig trace --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index e4057fd40600b..d83076a770657 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -328,7 +328,7 @@ pub trait SeleniumManager { Ok(Some(browser_binary_path)) } else { self.get_logger().warn(format!( - "Expected {} path does not exists: {}", + "Expected {} path does not exist: {}", self.get_browser_name(), browser_binary_path.display() ));