mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #321 from hbeeken/remove-unnecessary-require
Remove duplicate require("util")
			
			
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user