mirror of https://github.com/node-red/node-red.git
Fix debug test for _enc_ change
parent
3a1cc6a2be
commit
7fca04404e
|
@ -411,7 +411,7 @@ describe('debug node', function() {
|
||||||
data:{
|
data:{
|
||||||
id:"n1",
|
id:"n1",
|
||||||
msg:JSON.stringify({
|
msg:JSON.stringify({
|
||||||
__encoded__: true,
|
__enc__: true,
|
||||||
type: "array",
|
type: "array",
|
||||||
data: Array(1000).fill("X"),
|
data: Array(1000).fill("X"),
|
||||||
length: 1001
|
length: 1001
|
||||||
|
@ -438,7 +438,7 @@ describe('debug node', function() {
|
||||||
id:"n1",
|
id:"n1",
|
||||||
msg:JSON.stringify({
|
msg:JSON.stringify({
|
||||||
foo:{
|
foo:{
|
||||||
__encoded__: true,
|
__enc__: true,
|
||||||
type: "array",
|
type: "array",
|
||||||
data: Array(1000).fill("X"),
|
data: Array(1000).fill("X"),
|
||||||
length: 1001
|
length: 1001
|
||||||
|
@ -489,7 +489,7 @@ describe('debug node', function() {
|
||||||
foo:{
|
foo:{
|
||||||
type: "Buffer",
|
type: "Buffer",
|
||||||
data: Array(1000).fill(88),
|
data: Array(1000).fill(88),
|
||||||
__encoded__: true,
|
__enc__: true,
|
||||||
length: 1001
|
length: 1001
|
||||||
}
|
}
|
||||||
},null," "),
|
},null," "),
|
||||||
|
|
Loading…
Reference in New Issue