Skip to content

Commit 9744b09

Browse files
committed
Update test
1 parent 1ed3859 commit 9744b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/index.browser.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('javascript-sdk', function() {
8888
});
8989

9090
describe('when an eventDispatcher is passed in', function() {
91-
it('should wrap the default eventDispatcher and invoke sendPendingEvents', function() {
91+
it('should NOT wrap the default eventDispatcher and invoke sendPendingEvents', function() {
9292
var optlyInstance = optimizelyFactory.createInstance({
9393
datafile: {},
9494
errorHandler: fakeErrorHandler,

0 commit comments

Comments
 (0)