Skip to content

Commit bf67dbd

Browse files
committed
Fix the version check unit test
1 parent efe1bd7 commit bf67dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/test/root/testglobal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports.testglobal = {
7070

7171
testGetVersion: function(test) {
7272
test.expect(1);
73-
test.equal(ilib.getVersion().substring(0,4), "14.1");
73+
test.equal(ilib.getVersion().substring(0,4), "14.2");
7474
test.done();
7575
},
7676

0 commit comments

Comments
 (0)