Fix TestCommand_Move instability by increasing the size of the atlas
This commit is contained in:
parent
066df58705
commit
de94b39a50
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue