Fix tests.

This commit is contained in:
Lars Jung 2015-05-08 22:13:06 +02:00
parent c35abad20a
commit a9f6f157fa
2 changed files with 30 additions and 3 deletions

View file

@ -29,7 +29,7 @@ describe('premisses', function () {
assert.isFunction(_);
assert.strictEqual(_, window._);
assert.strictEqual(_.VERSION, '3.6.0');
assert.strictEqual(_.VERSION, '3.8.0');
});
it('util is global object', function () {