Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Nov 22, 2024
1 parent 7ebf182 commit 8b5d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instrumented.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8b5d35b

Please sign in to comment.