Skip to content

Commit a891e15

Browse files
author
Matt Carroll
committed
Fix version in lib/index.browser.tests
1 parent 0ec6018 commit a891e15

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
@@ -148,7 +148,7 @@ describe('javascript-sdk', function() {
148148
optlyInstance.onReady().catch(function() {});
149149

150150
assert.instanceOf(optlyInstance, Optimizely);
151-
assert.equal(optlyInstance.clientVersion, '3.5.1');
151+
assert.equal(optlyInstance.clientVersion, '3.5.0');
152152
});
153153

154154
it('should set the JavaScript client engine and version', function() {

0 commit comments

Comments
 (0)