Skip to content

Commit

Permalink
Update cmd/minikube/cmd/config/addons_list_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
  • Loading branch information
sharifelgamal and spowelljr authored Dec 15, 2021
1 parent cf73e08 commit aff01ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/addons_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})

Expand Down

0 comments on commit aff01ab

Please sign in to comment.