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:
parent
bc8ea998bb
commit
5a714242a4
@ -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