Rename project
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user