From 2e79da9139840b484f77dc65a0a32632499af48d Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 15 Jan 2020 21:23:07 +0000 Subject: [PATCH] Fix: formatting --- test/e2e/network/service.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index 1e81a84edce..59437cdbf05 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -2637,9 +2637,9 @@ var _ = SIGDescribe("Services", func() { }) /* - Release : v1.18 - Testname: Find Kubernetes Service in default Namespace - Description: List all Services in all Namespaces, response MUST include a Service named Kubernetes with the Namespace of default. + Release : v1.18 + Testname: Find Kubernetes Service in default Namespace + Description: List all Services in all Namespaces, response MUST include a Service named Kubernetes with the Namespace of default. */ framework.ConformanceIt("should find a service from listing all namespaces", func() { ginkgo.By("fetching services")