fix test issues on node v6 (#7106)

This commit is contained in:
Austin Burdine 2016-07-18 11:22:37 -06:00 committed by Hannah Wolfe
parent 94a5f618bf
commit 7904253f62

View File

@ -1,5 +1,5 @@
var sinon = require('sinon'),
mail = require(__dirname + '../../../../server/mail'),
mail = require('../../../server/mail'),
sandbox = sinon.sandbox.create();
describe('Mail: Utils', function () {