Skip to content

Commit

Permalink
fixed integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 9, 2019
1 parent e603d4e commit b516c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/db/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const db = header.db;
await db.connect()
.then(c => {
serverHighVer = +c.client.version.split('.')[0];
console.log(serverHighVer);
c.done();
});

Expand Down

0 comments on commit b516c86

Please sign in to comment.