We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afab93c commit e979fbbCopy full SHA for e979fbb
internal/fnruntime/celeval_test.go
@@ -106,7 +106,7 @@ spec:
106
require.NoError(t, err)
107
result, err = eval.EvaluateCondition(context.Background(), resources)
108
109
- assert.False(t, result, "should not find ConfigMap withwrong name")
+ assert.False(t, result, "should not find ConfigMap with wrong name")
110
111
// Test: Deployment exists
112
condition = `resources.exists(r, r.kind == "Deployment")`
0 commit comments