From d795202e93688f28961bdf7c83df48ab4edcfcda Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 22 Jul 2017 15:31:02 +0200 Subject: [PATCH] [fix] #1041 Make tests pass --- test/dal/dal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dal/dal.js b/test/dal/dal.js index 0c74f6d19..44b1a63d3 100644 --- a/test/dal/dal.js +++ b/test/dal/dal.js @@ -103,7 +103,7 @@ describe("DAL", function(){ it('should have DB version 21', () => co(function *() { let version = yield fileDAL.getDBVersion(); should.exist(version); - version.should.equal(24); + version.should.equal(25); })); it('should have no peer in a first time', function(){ -- GitLab