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

Update debug node test for circular references

This commit is contained in:
Nick O'Leary 2016-12-20 23:21:25 +00:00
parent e7cc42a927
commit b6b65b6bf7

View File

@ -214,7 +214,7 @@ describe('debug node', function() {
topic:"debug",
data:{
id:"n1",
msg:'{\n "name": "bar",\n "o": "[circular]"\n}',
msg:'{\n "name": "bar",\n "o": "[Circular ~]"\n}',
property:"payload",format:"Object"
}
});