diff --git a/tests/test_transforms.py b/tests/test_transforms.py index 085f206..0322201 100644 --- a/tests/test_transforms.py +++ b/tests/test_transforms.py @@ -342,7 +342,7 @@ def test_get_sf_evaluation_in_checkmate(): rating = transforms.get_sf_evaluation(fen, stockfish_loc, depth) - assert rating is None + assert rating == 9999 def test_get_sf_evaluation_double_checkmate():