mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update test helper for new flow api
This commit is contained in:
		| @@ -103,7 +103,7 @@ module.exports = { | ||||
|         } | ||||
|         flows.load().then(function() { | ||||
|             flows.startFlows(); | ||||
|             should.deepEqual(testFlows, flows.getFlows()); | ||||
|             should.deepEqual(testFlows, flows.getFlows().flows); | ||||
|             cb(); | ||||
|         }); | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user