small changes
1 files changed, 1 insertions(+), 4 deletions(-)

M search/zobrist_test.go
M search/zobrist_test.go +1 -4
@@ 42,9 42,6 @@ var computeHashTests = []struct {
 	hash1, hash2    func() zobristHash
 	expectEqualHash bool
 }{
-	//
-	// test computeHash()
-	//
 	{"same position, white to move",
 		func() zobristHash {
 			return computeHash(pos.NewPosition(pos.White, b.NoSquare, pos.CastlingBoth, pos.CastlingBoth, 0))

          
@@ 181,7 178,7 @@ var changeHashTests = []struct {
 			return hash
 		}, true},
 
-	{"switching sides twice -> same hash",
+	{"switching sides twice",
 		func(hash zobristHash) zobristHash {
 			hash.switchSides()
 			hash.switchSides()