Fix TestCommand_Move instability by increasing the size of the atlas

This commit is contained in:
Marc Di Luzio 2020-06-08 23:39:13 +01:00
parent 066df58705
commit de94b39a50

View file

@ -7,7 +7,7 @@ import (
)
func TestCommand_Move(t *testing.T) {
world := NewWorld(2, 4)
world := NewWorld(2, 8)
a, err := world.SpawnRover()
assert.NoError(t, err)
pos := Vector{