Skip to content

Commit

Permalink
🎨 Format Python code with psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau authored Nov 19, 2023
1 parent 9b560aa commit f14d124
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_test/engine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def test_failing_castling():
_, status = game.move_from_coordinates(game.player1, 0, 4, 0, 6)
assert status == 0
assert (
game.board.to_fen()
== "r1b1kbnr/pppp1ppp/2n5/4p1q1/2B1P3/5N2/PPPP1PPP/RNBQK2R"
game.board.to_fen() == "r1b1kbnr/pppp1ppp/2n5/4p1q1/2B1P3/5N2/PPPP1PPP/RNBQK2R"
), game.board.to_fen()


Expand Down

0 comments on commit f14d124

Please sign in to comment.