jomo 10 years ago
parent
commit
e2d038f78c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -15,7 +15,7 @@ var request = require("request");
 config.http_timeout *= 3;
 
 // no spam
-if (!process.env.VERBOSE_TEST !== "true") {
+if (process.env.VERBOSE_TEST !== "true") {
   logging.log = function() {};
 }