Fix name of routes file

And fix function name
This commit is contained in:
Marc Di Luzio 2020-06-04 18:30:40 +01:00
parent 6f248f1bd2
commit 79914ba728

View file

@ -79,7 +79,7 @@ func TestHandleCommands(t *testing.T) {
assert.NoError(t, err, "Error registering account")
// Spawn the primary instance for the account
_, inst, err := s.SpawnPrimary(a.Id)
_, inst, err := s.SpawnPrimaryForAccount(a.Id)
move := game.Vector{X: 1, Y: 2, Z: 3}