Skip to content

Commit 78eaa41

Browse files
[FSSDK-11528] remove only
1 parent 0d034b2 commit 78eaa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/decision_service/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ describe('DecisionService', () => {
19331933
});
19341934
});
19351935

1936-
it.only("should consider global holdout even if local holdout is present", async () => {
1936+
it("should consider global holdout even if local holdout is present", async () => {
19371937
const { decisionService } = getDecisionService();
19381938
const datafile = getHoldoutTestDatafile();
19391939
const newEntry = {

0 commit comments

Comments
 (0)