From bdd4aa120b8a26eaa457ea4f126e7912977869ca Mon Sep 17 00:00:00 2001 From: Vishal Jain Date: Sun, 28 Mar 2021 15:02:52 -0700 Subject: [PATCH] Added comment. --- pkg/minikube/config/extra_options_test.go | 3 +++ 1 file changed, 3 insertions(+) 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