fixed up lint failure on test

This commit is contained in:
Blake Ambrose 2016-06-08 15:33:20 +10:00
parent 9768e0b470
commit 056575faf4

View File

@ -44,7 +44,8 @@ vows.describe('../lib/logger').addBatch({
assert.isFunction(logger.newLevelOther);
},
'should create named isLevelEnabled function on logger prototype in camel case': function(logger) {
'should create named isLevelEnabled function on logger prototype in camel case':
function(logger) {
assert.isFunction(logger.isNewLevelOtherEnabled);
}
},