added test for new arg length check

pull/10106/head
Steven Powell 2021-01-25 09:35:11 -07:00
parent 09d41de3a6
commit a239b99ee5
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ func TestAudit(t *testing.T) {
[]string{"minikube", "version"},
false,
},
{
[]string{"minikube"},
false,
},
}
for _, test := range tests {