Update cmd/minikube/cmd/config/addons_list_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/13174/head
parent
cf73e08262
commit
aff01abcd1
|
@ -57,7 +57,7 @@ func TestAddonsList(t *testing.T) {
|
|||
// which has 9 pipes
|
||||
expected := 9
|
||||
if pipeCount != expected {
|
||||
t.Errorf("Expected header to be to have %d pipes; got = %d: %q", expected, pipeCount, got)
|
||||
t.Errorf("Expected header to have %d pipes; got = %d: %q", expected, pipeCount, got)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue