mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #321 from hbeeken/remove-unnecessary-require
Remove duplicate require("util")
This commit is contained in:
commit
530a1fce81
@ -116,7 +116,6 @@ describe('Credentials', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('handle error loading from storage', function(done) {
|
it('handle error loading from storage', function(done) {
|
||||||
var util = require("util");
|
|
||||||
var storage = {
|
var storage = {
|
||||||
getCredentials: function() {
|
getCredentials: function() {
|
||||||
return when.promise(function(resolve,reject) {
|
return when.promise(function(resolve,reject) {
|
||||||
|
Loading…
Reference in New Issue
Block a user