Skip to content

Commit e1c46b8

Browse files
committed
upd
1 parent d1fbffe commit e1c46b8

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
@@ -9243,7 +9243,7 @@ describe('lib/optimizely', function() {
92439243
});
92449244
});
92459245

9246-
it('returns a promise that fulfills with a successful result object', function() {
9246+
it('returns a promise that resolves', function() {
92479247
return optlyInstance.close().then().catch(() => {
92489248
assert.fail();
92499249
})

0 commit comments

Comments
 (0)