Skip to content

Commit b4ee99c

Browse files
committed
Fix formatting
1 parent f6cd389 commit b4ee99c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/common/configmap.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
169169
})
170170

171171
/*
172-
Release : v1.18
173-
Testname: ConfigMap lifecycle
174-
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
175-
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.
172+
Release : v1.18
173+
Testname: ConfigMap lifecycle
174+
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
175+
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.
176176
*/
177177
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
178178
testNamespaceName := f.Namespace.Name

0 commit comments

Comments
 (0)