Skip to content

Commit

Permalink
Sync!
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Jun 23, 2017
1 parent 9d8a2d6 commit cbdded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logger.js
Expand Up @@ -101,7 +101,7 @@ describe("Logger Tests", function () {

var someMessage = "Some more stuff here.";
var cleanMessage = logger.getMessage([privateObj, someMessage]);
var loggedMessage = JSON.stringify(logger.console("info", cleanMessage));
var loggedMessage = JSON.stringify(logger.log("info", cleanMessage));

if (!loggedMessage || loggedMessage.indexOf("Welcome123") > 0 || loggedMessage.indexOf("lalala") > 0) {
done("Fields were not hidden from log message.");
Expand Down

0 comments on commit cbdded1

Please sign in to comment.