change all "int32" types to "int" (#75)

This commit is contained in:
Torben 2022-05-25 11:17:41 -07:00 committed by GitHub
parent 2d8342018e
commit 3bd1e47bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 176 additions and 176 deletions

View file

@ -12,8 +12,8 @@ func TestConstrictorRulesetInterface(t *testing.T) {
func TestConstrictorModifyInitialBoardState(t *testing.T) {
tests := []struct {
Height int32
Width int32
Height int
Width int
IDs []string
}{
{1, 1, []string{}},