Skip to content

Commit 18fe1c4

Browse files
nrfoxsridhargaddam
andauthored
Apply suggestions from code review
Co-authored-by: Sridhar Gaddam <[email protected]>
1 parent c56f517 commit 18fe1c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/multicluster/multicluster_primaryremote_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ spec:
303303
})
304304
})
305305

306-
When("A revision is no longer in use", func() {
306+
When("a revision is no longer in use", func() {
307307
BeforeAll(func(ctx SpecContext) {
308308
// Switch the update strategy to revision based to create a new revision.
309309
Expect(k1.Patch(
@@ -359,7 +359,7 @@ spec:
359359
}).Should(Succeed())
360360
})
361361

362-
It("Sees the old revision as no longer in use", func(ctx SpecContext) {
362+
It("sees the old revision as no longer in use", func(ctx SpecContext) {
363363
Eventually(func(g Gomega) {
364364
list := &v1.IstioRevisionList{}
365365
g.Expect(clPrimary.List(ctx, list)).To(Succeed())
@@ -372,7 +372,7 @@ spec:
372372
}).Should(Succeed())
373373
})
374374

375-
It("Doesn't delete the old revision", func(ctx SpecContext) {
375+
It("doesn't delete the old revision", func(ctx SpecContext) {
376376
list := &v1.IstioRevisionList{}
377377
Expect(clPrimary.List(ctx, list)).To(Succeed())
378378
Expect(list.Items).To(HaveLen(2))

0 commit comments

Comments
 (0)