Add space
This commit is contained in:
@@ -85,6 +85,7 @@ class TestAttackers(ChessLibTestBase):
|
|||||||
actual = bool(is_in_check(b, side))
|
actual = bool(is_in_check(b, side))
|
||||||
self.assertEqual(expected, actual, msg)
|
self.assertEqual(expected, actual, msg)
|
||||||
|
|
||||||
|
|
||||||
def test_attackers_to_popcount(self):
|
def test_attackers_to_popcount(self):
|
||||||
cases = [
|
cases = [
|
||||||
# Pawns (original correction): only c5 & e5 attack d4
|
# Pawns (original correction): only c5 & e5 attack d4
|
||||||
|
|||||||
Reference in New Issue
Block a user