Skip to content

Commit 8d0e0b6

Browse files
committed
Rename unit test.
1 parent 3c8c20a commit 8d0e0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/optimizely-sdk/lib/core/decision_service/index.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ describe('lib/core/decision_service', function() {
890890
sinon.assert.calledWithExactly(mockLogger.log, LOG_LEVEL.DEBUG, 'DECISION_SERVICE: User user1 is not in any experiment on the feature feature_with_group.');
891891
});
892892

893-
it('bucketed group experiment does not exist in the feature', function() {
893+
it('returns null decision for group experiment not referenced by the feature', function() {
894894
var noTrafficExpFeature = configObj.featureKeyMap.feature_exp_no_traffic;
895895
var decision = decisionServiceInstance.getVariationForFeature(noTrafficExpFeature, 'user1');
896896
var expectedDecision = {

0 commit comments

Comments
 (0)