Fix name of routes file
And fix function name
This commit is contained in:
parent
6f248f1bd2
commit
79914ba728
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
Loading…
Add table
Reference in a new issue