Skip to content

Commit

Permalink
fix history test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Nov 6, 2024
1 parent dd8033f commit 64c945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-kit/src/test/scala/HistoryTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package chess

class ThreefoldRepetitionTest extends ChessTest:

def toHash(a: Int) = PositionHash(Hash(a))
def toHash(a: Int) = PositionHash(Hash(a << 8))
def makeHistory(positions: List[Int]) =
(positions
.map(toHash))
Expand Down

0 comments on commit 64c945e

Please sign in to comment.