Skip to content

Commit 8ae9adb

Browse files
Copilotwangchen615
andcommitted
Fix quote consistency in example to match test file conventions
Co-authored-by: wangchen615 <[email protected]>
1 parent a5b23da commit 8ae9adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semantic-router/pkg/utils/fusion/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func Example_complexExpressions() {
137137
Rules: []Rule{
138138
{
139139
Name: "multi-signal-consensus",
140-
Condition: "keyword.kubernetes.matched && keyword.security.matched && similarity.infrastructure.score > 0.8 && bert.category.value == \"computer science\"",
140+
Condition: "keyword.kubernetes.matched && keyword.security.matched && similarity.infrastructure.score > 0.8 && bert.category.value == 'computer science'",
141141
Action: ActionRoute,
142142
Priority: 50,
143143
Models: []string{"k8s-security-expert"},

0 commit comments

Comments
 (0)