Skip to content

Commit ce98bb7

Browse files
Test polishing
1 parent 4eb5613 commit ce98bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/consumer/node_redis.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ tape('Node.js Redis', function (t) {
282282
// this should be deduped
283283
assert.equal(await client.getTreatment('UT_Segment_member', 'always-on'), 'on', 'Evaluations using Redis storage should be correct.');
284284

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.
286286
// They are all_keys (always evaluate to on) which depend from always-on split. the _on/off is what treatment they are expecting there.
287287
assert.equal(await client.getTreatment('UT_Segment_member', 'hierarchical_splits_testing_on'), 'on', 'Evaluations using Redis storage should be correct.');
288288
// this should be deduped
@@ -384,7 +384,7 @@ tape('Node.js Redis', function (t) {
384384

385385
assert.equal(await client.getTreatment('UT_Segment_member', 'always-on'), 'on', 'Evaluations using Redis storage should be correct.');
386386

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.
388388
// They are all_keys (always evaluate to on) which depend from always-on split. the _on/off is what treatment they are expecting there.
389389
assert.equal(await client.getTreatment('UT_Segment_member', 'hierarchical_splits_testing_on'), 'on', 'Evaluations using Redis storage should be correct.');
390390
assert.equal(await client.getTreatment('UT_Segment_member', 'hierarchical_splits_testing_off'), 'off', 'Evaluations using Redis storage should be correct.');

0 commit comments

Comments
 (0)