Skip to content

Commit

Permalink
Update uci_connection.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerros committed Sep 22, 2024
1 parent ce507e3 commit b3ece33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uci_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit b3ece33

Please sign in to comment.