Skip to content

Commit

Permalink
uncomment fen positions
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 30, 2024
1 parent 436e95e commit be5771f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/stockfish/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_sf_process(self):

send_command(process, "uci")
send_command(process, "isready")
"""

send_command(
process,
"position fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
Expand All @@ -56,7 +56,7 @@ def test_sf_process(self):
process,
"position fen rnbqkbnr/pppp1ppp/4p3/8/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2",
)
"""

wtime_lines = send_command(process, "go wtime 1000")
btime_lines = send_command(process, "go btime 1000")
send_command(process, "quit")
Expand Down

0 comments on commit be5771f

Please sign in to comment.