Convert number to repeat to avoid confusion
This commit is contained in:
parent
c0d4a809c9
commit
74e1cd4564
6 changed files with 25 additions and 30 deletions
cmd/rove
|
@ -60,6 +60,5 @@ func Test_InnerMain(t *testing.T) {
|
|||
// Give it malformed commands
|
||||
assert.Error(t, InnerMain("command", "unknown"))
|
||||
assert.Error(t, InnerMain("command", "broadcast"))
|
||||
assert.Error(t, InnerMain("command", "0", "wait"))
|
||||
assert.Error(t, InnerMain("command", "1"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue