Update cmd/minikube/cmd/config/addons_list_test.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/13174/head
Sharif Elgamal 2021-12-15 13:36:21 -08:00 committed by GitHub
parent cf73e08262
commit aff01abcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
})