@@ -164,7 +164,7 @@ describe('EppoClient E2E test', () => {
164
164
expect (
165
165
client . getParsedJSONAssignment ( 'subject-identifer' , flagKey , { } , mockHooks ) ,
166
166
) . toBeNull ( ) ;
167
- const assignmentWithReason = client . _getStringAssignmentWithReason (
167
+ const assignmentWithReason = client . getStringAssignmentWithReason (
168
168
'subject-identifer' ,
169
169
flagKey ,
170
170
{ } ,
@@ -198,7 +198,7 @@ describe('EppoClient E2E test', () => {
198
198
} ) . toThrow ( ) ;
199
199
200
200
expect ( ( ) => {
201
- client . _getStringAssignmentWithReason ( 'subject-identifer' , flagKey , { } , mockHooks ) ;
201
+ client . getStringAssignmentWithReason ( 'subject-identifer' , flagKey , { } , mockHooks ) ;
202
202
} ) . toThrow ( ) ;
203
203
} ) ;
204
204
} ) ;
@@ -863,7 +863,7 @@ describe('EppoClient E2E test', () => {
863
863
return EppoValue . Numeric ( na ) ;
864
864
}
865
865
case ValueTestType . StringType : {
866
- const assignmentWithReason = globalClient . _getStringAssignmentWithReason (
866
+ const assignmentWithReason = globalClient . getStringAssignmentWithReason (
867
867
subject . subjectKey ,
868
868
experiment ,
869
869
subject . subjectAttributes ,
@@ -1077,7 +1077,7 @@ describe(' EppoClient getAssignment From Obfuscated RAC', () => {
1077
1077
return EppoValue . Numeric ( na ) ;
1078
1078
}
1079
1079
case ValueTestType . StringType : {
1080
- const assignmentWithReason = globalClient . _getStringAssignmentWithReason (
1080
+ const assignmentWithReason = globalClient . getStringAssignmentWithReason (
1081
1081
subject . subjectKey ,
1082
1082
experiment ,
1083
1083
subject . subjectAttributes ,
0 commit comments