1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove duplicate require("util")

This commit is contained in:
hbeeken 2014-07-31 13:53:11 +01:00
parent bc8ea998bb
commit 5a714242a4

View File

@ -116,7 +116,6 @@ describe('Credentials', function() {
});
it('handle error loading from storage', function(done) {
var util = require("util");
var storage = {
getCredentials: function() {
return when.promise(function(resolve,reject) {