File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ spec:
303
303
})
304
304
})
305
305
306
- When ("A revision is no longer in use" , func () {
306
+ When ("a revision is no longer in use" , func () {
307
307
BeforeAll (func (ctx SpecContext ) {
308
308
// Switch the update strategy to revision based to create a new revision.
309
309
Expect (k1 .Patch (
@@ -359,7 +359,7 @@ spec:
359
359
}).Should (Succeed ())
360
360
})
361
361
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 ) {
363
363
Eventually (func (g Gomega ) {
364
364
list := & v1.IstioRevisionList {}
365
365
g .Expect (clPrimary .List (ctx , list )).To (Succeed ())
@@ -372,7 +372,7 @@ spec:
372
372
}).Should (Succeed ())
373
373
})
374
374
375
- It ("Doesn 't delete the old revision" , func (ctx SpecContext ) {
375
+ It ("doesn 't delete the old revision" , func (ctx SpecContext ) {
376
376
list := & v1.IstioRevisionList {}
377
377
Expect (clPrimary .List (ctx , list )).To (Succeed ())
378
378
Expect (list .Items ).To (HaveLen (2 ))
You can’t perform that action at this time.
0 commit comments