Skip to content

Commit 720652f

Browse files
committed
cleanup
1 parent f86e3b2 commit 720652f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/core/decision_service/index.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,9 +2880,7 @@ describe('DecisionService', () => {
28802880
});
28812881
});
28822882

2883-
// Level 2 decision service tests for local holdouts (FSSDK-12369)
2884-
// One test per branch of the pseudocode in Step 3 of the ticket.
2885-
describe('local holdouts (FSSDK-12369)', () => {
2883+
describe('local holdouts', () => {
28862884
// Helper: build a datafile that has a local holdout targeting a specific experiment or delivery rule.
28872885
const makeLocalHoldoutDatafile = (targetRuleId: string, ruleIds: string[] = [targetRuleId]) => {
28882886
const datafile = getDecisionTestDatafile();

0 commit comments

Comments
 (0)