diff --git a/test/smtpAppender-test.js b/test/smtpAppender-test.js index 04041b5..d8ebd87 100644 --- a/test/smtpAppender-test.js +++ b/test/smtpAppender-test.js @@ -13,7 +13,8 @@ function setupLogging(category, options) { sendMail: function (msg, callback) { msgs.push(msg); callback(null, true); - } + }, + close: function() {} }; } };