Skip to content
Snippets Groups Projects
Commit d795202e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #1041 Make tests pass

parent 26e25b8c
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ describe("DAL", function(){ ...@@ -103,7 +103,7 @@ describe("DAL", function(){
it('should have DB version 21', () => co(function *() { it('should have DB version 21', () => co(function *() {
let version = yield fileDAL.getDBVersion(); let version = yield fileDAL.getDBVersion();
should.exist(version); should.exist(version);
version.should.equal(24); version.should.equal(25);
})); }));
it('should have no peer in a first time', function(){ it('should have no peer in a first time', function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment