@@ -10,7 +10,7 @@ import (
1010
1111// The provider interface MUST define a `metadata` member or accessor, containing a `name` field or accessor
1212// of type string, which identifies the provider implementation.
13- func TestRequirement_2_1 (t * testing.T ) {
13+ func TestRequirement_2_1_1 (t * testing.T ) {
1414 ctrl := gomock .NewController (t )
1515 mockProvider := NewMockFeatureProvider (ctrl )
1616
@@ -37,7 +37,7 @@ func TestRequirement_2_1(t *testing.T) {
3737// The `feature provider` interface MUST define methods to resolve flag values,
3838// with parameters `flag key` (string, required), `default value` (boolean | number | string | structure, required)
3939// and `evaluation context` (optional), which returns a `flag resolution` structure.
40- func TestRequirement_2_2 (t * testing.T ) {
40+ func TestRequirement_2_2_1 (t * testing.T ) {
4141 ctrl := gomock .NewController (t )
4242 mockProvider := NewMockFeatureProvider (ctrl )
4343
@@ -55,7 +55,7 @@ func TestRequirement_2_2(t *testing.T) {
5555 }
5656}
5757
58- // Conditional_Requirement_2_3_1
58+ // Conditional_Requirement_2_2_2_1
5959// The `feature provider` interface MUST define methods for typed flag resolution,
6060// including boolean, numeric, string, and structure.
6161//
0 commit comments