Skip to content

Commit b9cf214

Browse files
committed
up
1 parent 81e0ffd commit b9cf214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/index.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4407,7 +4407,7 @@ describe('lib/optimizely', function() {
44074407
assert.deepEqual(user2.getUserId(), userId2);
44084408
});
44094409

4410-
it('should call the error handler for invalid user ID and return throw', function() {
4410+
it('should call the error handler for invalid user ID and throw', function() {
44114411
const { optlyInstance, errorNotifier, createdLogger } = getOptlyInstance({
44124412
datafileObj: testData.getTestDecideProjectConfig(),
44134413
});

0 commit comments

Comments
 (0)