Skip to content

Commit e979fbb

Browse files
Update internal/fnruntime/celeval_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent afab93c commit e979fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fnruntime/celeval_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
require.NoError(t, err)
107107
result, err = eval.EvaluateCondition(context.Background(), resources)
108108
require.NoError(t, err)
109-
assert.False(t, result, "should not find ConfigMap withwrong name")
109+
assert.False(t, result, "should not find ConfigMap with wrong name")
110110

111111
// Test: Deployment exists
112112
condition = `resources.exists(r, r.kind == "Deployment")`

0 commit comments

Comments
 (0)