diff --git a/pkg/minikube/config/extra_options_test.go b/pkg/minikube/config/extra_options_test.go index b7d5c36585..19a43726f9 100644 --- a/pkg/minikube/config/extra_options_test.go +++ b/pkg/minikube/config/extra_options_test.go @@ -94,6 +94,8 @@ func createEqualError(value string) error { func TestSet(t *testing.T) { extraOptions := ExtraOptionSlice{} + + // Examples which will error from checks from the Set function. for _, tc := range []struct { valuesToSet string expErr error @@ -112,6 +114,7 @@ func TestSet(t *testing.T) { } } + // Examples which will not error from the Set function. for _, tc := range []struct { valuesToSet string extraOption ExtraOptionSlice