Skip to content

Commit e974a37

Browse files
committed
Fix test_sf_forced_mates() failing due to ambiguous mate
1 parent e4386c2 commit e974a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3079,7 +3079,7 @@ def test_sf_forced_mates(self):
30793079

30803080
for epd in epds:
30813081
operations = board.set_epd(epd)
3082-
result = engine.play(board, chess.engine.Limit(mate=5), game=object())
3082+
result = engine.play(board, chess.engine.Limit(mate=3), game=object())
30833083
self.assertIn(result.move, operations["bm"], operations["id"])
30843084

30853085
@catchAndSkip(FileNotFoundError, "need stockfish")

0 commit comments

Comments
 (0)