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

@ -121,8 +121,8 @@ func TestSquadShareSquadHealth(t *testing.T) {
testSnakes := []struct {
SnakeID string
SquadID string
Health int32
ExpectedHealth int32
Health int
ExpectedHealth int
}{
// Red Squad
{"R1", "red", 11, 88},