Unified mongo and email style
This commit is contained in:
@@ -25,8 +25,8 @@ describe('Public Key Integration Tests', function() {
|
||||
|
||||
before(function *() {
|
||||
publicKeyArmored = require('fs').readFileSync(__dirname + '/../key1.asc', 'utf8');
|
||||
mongo = new Mongo(config.mongo);
|
||||
yield mongo.connect();
|
||||
mongo = new Mongo();
|
||||
yield mongo.init(config.mongo);
|
||||
});
|
||||
|
||||
beforeEach(function *() {
|
||||
|
||||
Reference in New Issue
Block a user