From b3ece3379024d163c5dd16ffd335ac1ff76dc857 Mon Sep 17 00:00:00 2001 From: tigerros Date: Sun, 22 Sep 2024 20:37:49 +0200 Subject: [PATCH] Update uci_connection.rs --- src/uci_connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uci_connection.rs b/src/uci_connection.rs index 7864022..339b5ed 100644 --- a/src/uci_connection.rs +++ b/src/uci_connection.rs @@ -329,7 +329,7 @@ mod tests { #[tokio::test] async fn skip_lines() { println!("{:?}", std::env::current_dir().unwrap()); - let mut engine_conn = EngineConnection::from_path("/resources/stockfish.exe").unwrap(); + let mut engine_conn = EngineConnection::from_path("resources/stockfish.exe").unwrap(); engine_conn.send_message(&GuiMessage::UseUci).await.unwrap();