change all "int32" types to "int" (#75)
This commit is contained in:
parent
2d8342018e
commit
3bd1e47bb4
19 changed files with 176 additions and 176 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue