We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e65c6 commit 3a17d5aCopy full SHA for 3a17d5a
common/policies/implicitmeta_test.go
@@ -51,7 +51,7 @@ func makeManagers(count, passing int) map[string]*ManagerImpl {
51
return result
52
}
53
54
-// makePolicyTest creates an implicitMetaPolicy with a set of
+// runPolicyTest runs a policy test with the given rule, manager count, and passing count
55
func runPolicyTest(t *testing.T, rule cb.ImplicitMetaPolicy_Rule, managerCount int, passingCount int) error {
56
imp, err := NewImplicitMetaPolicy(protoutil.MarshalOrPanic(&cb.ImplicitMetaPolicy{
57
Rule: rule,
0 commit comments