Skip to content

Commit 126f780

Browse files
committed
ups
1 parent 826cd29 commit 126f780

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/core/audience_evaluator/index.tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import AudienceEvaluator, { createAudienceEvaluator } from './index';
2121
import * as conditionTreeEvaluator from '../condition_tree_evaluator';
2222
import * as customAttributeConditionEvaluator from '../custom_attribute_condition_evaluator';
2323
import { AUDIENCE_EVALUATION_RESULT, EVALUATING_AUDIENCE } from '../../log_messages';
24-
// import { getEvaluator } from '../custom_attribute_condition_evaluator';
2524

2625
var buildLogMessageFromArgs = args => sprintf(args[1], ...args.splice(2));
2726
var mockLogger = {

lib/core/decision_service/index.tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ import {
6262
USER_BUCKETED_INTO_TARGETING_RULE,
6363
NO_ROLLOUT_EXISTS,
6464
USER_MEETS_CONDITIONS_FOR_TARGETING_RULE,
65-
USER_DOESNT_MEET_CONDITIONS_FOR_TARGETING_RULE,
6665
} from '../decision_service/index';
6766

6867
import { BUCKETING_ID_NOT_STRING, USER_PROFILE_LOOKUP_ERROR, USER_PROFILE_SAVE_ERROR } from '../../error_messages';

0 commit comments

Comments
 (0)