Skip to content

Commit

Permalink
Adjusted pawn evaluation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dvorkin committed Oct 3, 2015
1 parent d4ecaae commit 29b0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate_pawns_test.go
Expand Up @@ -125,7 +125,7 @@ func TestEvaluatePawns510(t *testing.T) {
game := NewGame(`Kg1,f2,g2,h2,Qa3,Na4`, `Kg8,f5,g6,h7,Qa6,Na5`) // h2,g2,h2 vs F5,G6,h7
score := game.start().Evaluate()

expect.Eq(t, score, 95)
expect.Eq(t, score, 27)
}

func TestEvaluatePawns520(t *testing.T) {
Expand Down

0 comments on commit 29b0675

Please sign in to comment.