Skip to content

Commit 38e20ee

Browse files
committed
Add spacing
1 parent 960db80 commit 38e20ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cel/common.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ func validateCrd(t *testing.T, wantErrors []string, crd client.Object, k8sClient
102102
deleteErr = k8sClient.Delete(ctx, crd)
103103
}()
104104
g.Expect(deleteErr).ToNot(HaveOccurred())
105+
106+
// Check for expected errors
105107
if len(wantErrors) == 0 {
106108
g.Expect(err).ToNot(HaveOccurred())
107109
} else {

0 commit comments

Comments
 (0)