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

Fix: broken tests

parent 93128860
No related branches found
No related tags found
No related merge requests found
......@@ -170,10 +170,10 @@ describe("DAL", function(){
return fileDAL.saveConf({ currency: "meta_brouzouf" });
}));
it('should have DB version 8', () => co(function *() {
it('should have DB version 10', () => co(function *() {
let version = yield fileDAL.getDBVersion();
should.exist(version);
version.should.equal(8);
version.should.equal(10);
}));
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.
Please register or to comment