Skip to content

Commit 71baf6b

Browse files
committed
Fixing tests
1 parent 2499e23 commit 71baf6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

114114
assert.instanceOf(optlyInstance, Optimizely);
115-
assert.equal(optlyInstance.clientVersion, '3.1.0-beta1');
115+
assert.equal(optlyInstance.clientVersion, '3.1.0');
116116
});
117117

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('optimizelyFactory', function() {
8484
});
8585

8686
assert.instanceOf(optlyInstance, Optimizely);
87-
assert.equal(optlyInstance.clientVersion, '3.1.0-beta1');
87+
assert.equal(optlyInstance.clientVersion, '3.1.0');
8888
});
8989
});
9090
});

0 commit comments

Comments
 (0)