You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/consumer/node_redis.spec.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ tape('Node.js Redis', function (t) {
282
282
// this should be deduped
283
283
assert.equal(awaitclient.getTreatment('UT_Segment_member','always-on'),'on','Evaluations using Redis storage should be correct.');
284
284
285
-
// Below splits were added manually to the redis_mock.json file.
285
+
// Below feature flags were added manually to the redis_mock.json file.
286
286
// They are all_keys (always evaluate to on) which depend from always-on split. the _on/off is what treatment they are expecting there.
287
287
assert.equal(awaitclient.getTreatment('UT_Segment_member','hierarchical_splits_testing_on'),'on','Evaluations using Redis storage should be correct.');
288
288
// this should be deduped
@@ -384,7 +384,7 @@ tape('Node.js Redis', function (t) {
384
384
385
385
assert.equal(awaitclient.getTreatment('UT_Segment_member','always-on'),'on','Evaluations using Redis storage should be correct.');
386
386
387
-
// Below splits were added manually to the redis_mock.json file.
387
+
// Below feature flags were added manually to the redis_mock.json file.
388
388
// They are all_keys (always evaluate to on) which depend from always-on split. the _on/off is what treatment they are expecting there.
389
389
assert.equal(awaitclient.getTreatment('UT_Segment_member','hierarchical_splits_testing_on'),'on','Evaluations using Redis storage should be correct.');
390
390
assert.equal(awaitclient.getTreatment('UT_Segment_member','hierarchical_splits_testing_off'),'off','Evaluations using Redis storage should be correct.');
0 commit comments