From b4ee99c465a44eda6ec36d900e8d7b80e7a63b87 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 26 Feb 2020 11:13:19 +1300 Subject: [PATCH] Fix formatting --- test/e2e/common/configmap.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/common/configmap.go b/test/e2e/common/configmap.go index 356bdbc3eaa..4263c6eb69b 100644 --- a/test/e2e/common/configmap.go +++ b/test/e2e/common/configmap.go @@ -169,10 +169,10 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() { }) /* - Release : v1.18 - Testname: ConfigMap lifecycle - Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes. - By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection. + Release : v1.18 + Testname: ConfigMap lifecycle + Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes. + By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection. */ framework.ConformanceIt("should run through a ConfigMap lifecycle", func() { testNamespaceName := f.Namespace.Name