Skip to content

Commit aa715f9

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8cb0d82 commit aa715f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)