allow placement of up to 16 snakes on xlarge board (#90)
This commit is contained in:
parent
04a34dd8c7
commit
61aeee31d6
2 changed files with 85 additions and 4 deletions
|
|
@ -656,7 +656,7 @@ func TestIsKnownBoardSize(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, test := range tests {
|
||||
result := isKnownBoardSize(&BoardState{Width: test.Width, Height: test.Height})
|
||||
result := isFixedBoardSize(&BoardState{Width: test.Width, Height: test.Height})
|
||||
require.Equal(t, test.Expected, result)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue