From 8b5d35b546346e25a8aea6d2513921e1df219170 Mon Sep 17 00:00:00 2001 From: Disservin Date: Fri, 22 Nov 2024 23:07:00 +0100 Subject: [PATCH] fix test --- tests/instrumented.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instrumented.py b/tests/instrumented.py index 058025a77e2..f42d213cf61 100644 --- a/tests/instrumented.py +++ b/tests/instrumented.py @@ -354,7 +354,7 @@ def test_fen_position_depth_27(self): self.stockfish.send_command( "position fen r1b2r1k/pp1p2pp/2p5/2B1q3/8/8/P1PN2PP/R4RK1 w - - 0 18" ) - self.stockfish.send_command("go infinite") + self.stockfish.send_command("go") self.stockfish.contains("score mate -1") self.stockfish.starts_with("bestmove")