More de-scope - remove duration on move command
This isn't even needed, as commands can just be queued up
This commit is contained in:
parent
383e834cef
commit
2f6465987d
10 changed files with 97 additions and 134 deletions
|
@ -87,9 +87,8 @@ func TestServer_Command(t *testing.T) {
|
|||
Account: acc,
|
||||
Commands: []*rove.Command{
|
||||
{
|
||||
Command: "move",
|
||||
Bearing: "NE",
|
||||
Duration: 1,
|
||||
Command: "move",
|
||||
Bearing: "NE",
|
||||
},
|
||||
},
|
||||
}, &rove.CommandsResponse{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue