Skip to content

Commit a63476b

Browse files
committed
doc: checkIfFilterEquals
Signed-off-by: Lukas Hoehl <[email protected]>
1 parent 7b88acb commit a63476b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/envoyfilters/envoyfilters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func createRule(action, ruleType, cidr string) *ACLRule {
141141
}
142142
}
143143

144-
// checkIfFilterEqualsYAML takes a map as input, and tries to compare its
144+
// checkIfFilterEquals takes an object as input, and tries to compare its
145145
// marshaled contents to the string coming from the specified testdata file.
146146
// Fails the test if strings differ. The file contents are unmarshaled and
147147
// marshaled again to guarantee the strings are comparable.

0 commit comments

Comments
 (0)