Fix 'ChessBoard' validation test
It wasn't actually testing the right thing due to the typo...
This commit is contained in:
parent
127dea25b4
commit
8173fa2ccd
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue