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
|
@ -52,6 +52,5 @@ func Test_InnerMain(t *testing.T) {
|
|||
|
||||
// Move should work with arguments
|
||||
flag.Set("bearing", "N")
|
||||
flag.Set("duration", "1")
|
||||
assert.NoError(t, InnerMain("move"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue