Fix 'ChessBoard' validation test

It wasn't actually testing the right thing due to the typo...
This commit is contained in:
Bruno BELANYI 2024-04-01 20:41:54 +01:00
parent 127dea25b4
commit 8173fa2ccd

View file

@ -696,8 +696,8 @@ mod test {
],
combined_occupancy: Square::A1
| Square::A8
| Square::E1
| Square::E8
| Square::E2
| Square::E7
| Square::H1
| Square::H8,
castle_rights: [CastleRights::BothSides; 2],