Skip to content

Commit 25e7c99

Browse files
authored
chore: fix wrong comment (#5334)
Signed-off-by: hustrust <[email protected]>
1 parent c6e65c6 commit 25e7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/policies/implicitmeta_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func makeManagers(count, passing int) map[string]*ManagerImpl {
5151
return result
5252
}
5353

54-
// makePolicyTest creates an implicitMetaPolicy with a set of
54+
// runPolicyTest runs a policy test with the given rule, manager count, and passing count
5555
func runPolicyTest(t *testing.T, rule cb.ImplicitMetaPolicy_Rule, managerCount int, passingCount int) error {
5656
imp, err := NewImplicitMetaPolicy(protoutil.MarshalOrPanic(&cb.ImplicitMetaPolicy{
5757
Rule: rule,

0 commit comments

Comments
 (0)