From 5c712b417ebc8d6d45d49f90e1abd5c623dd9143 Mon Sep 17 00:00:00 2001 From: Gil Moskowitz Date: Tue, 10 Jun 2014 16:25:17 -0400 Subject: [PATCH] respond to review comments --- test/database/financialreport.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/database/financialreport.js b/test/database/financialreport.js index 346ce0ad2..a7c77675d 100644 --- a/test/database/financialreport.js +++ b/test/database/financialreport.js @@ -12,7 +12,7 @@ var _ = require("underscore"), describe('The financialReport function', function () { - var loginData = require(path.join(__dirname, "../lib/login_data.js")).data, + var loginData = require("../lib/login_data.js").data, datasource = require('../../../xtuple/node-datasource/lib/ext/datasource').dataSource, config = require(path.join(__dirname, "../../node-datasource/config.js")), creds = _.extend({}, config.databaseServer, {database: loginData.org}), @@ -79,10 +79,6 @@ var _ = require("underscore"), }); }); - after(function (done) { - done(); // is there anything to clean up? - }); - }); }()); -- 2.39.2