Rename project

This commit is contained in:
stefiosif
2024-09-14 22:34:47 +03:00
parent 49b413d24f
commit 062a2fe903
4 changed files with 16 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ use std::fmt;
impl fmt::Display for Response {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match self {
Self::UciOk => write!(f, "id name ippos\nid author stefiosif\nuciok"),
Self::UciOk => write!(f, "id name zeal\nid author stefiosif\nuciok"),
Self::ReadyOk => write!(f, "readyok"),
Self::BestMove(best_move) => write!(f, "bestmove {best_move}"),
Self::Info(info) => write!(f, "{info}"),
@@ -253,7 +253,7 @@ mod tests {
uci_loop(input, &mut output)?;
let expected_response = "id name ippos\n\
let expected_response = "id name zeal\n\
id author stefiosif\n\
uciok\n\
Clear cache\n\
@@ -279,7 +279,7 @@ mod tests {
uci_loop(input, &mut output)?;
let expected_response = "id name ippos\n\
let expected_response = "id name zeal\n\
id author stefiosif\n\
uciok\n\
Clear cache\n\