Skip to content

Commit

Permalink
Forgot older stockfish does not support go mate
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 22, 2015
1 parent 30a673f commit 14a6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def test_forced_mates(self):
operations = board.set_epd(epd)
self.engine.ucinewgame()
self.engine.position(board)
result = self.engine.go(mate=5)
result = self.engine.go(movetime=4000)
self.assertEqual(result[0], operations["bm"], operations["id"])

def test_async(self):
Expand Down

0 comments on commit 14a6e72

Please sign in to comment.