[board] Remove en passant test helper method

This commit is contained in:
Eryn Wells 2024-07-13 12:01:01 -07:00
parent d221de700d
commit 7ec72035ae

View file

@ -193,13 +193,6 @@ impl Board {
}
}
#[cfg(test)]
impl Board {
pub(crate) fn test_set_en_passant(&mut self, en_passant: EnPassant) {
self.en_passant = Some(en_passant);
}
}
impl Default for Board {
fn default() -> Self {
Self {