Minor cleanups
This commit is contained in:
parent
dc957f7fc1
commit
50cc8b5dbf
3 changed files with 2 additions and 3 deletions
|
@ -65,7 +65,7 @@ func Test_InnerMain(t *testing.T) {
|
|||
assert.NoError(t, InnerMain("register"))
|
||||
|
||||
// We've not spawned a rover yet so these should fail
|
||||
assert.Error(t, InnerMain("command")) // Currently not erroring, needs investigation
|
||||
assert.Error(t, InnerMain("command"))
|
||||
assert.Error(t, InnerMain("radar"))
|
||||
assert.Error(t, InnerMain("rover"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue