diff --git a/x-pack/plugins/spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts b/x-pack/plugins/spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts index 7090aab9063c296..9ef229159a8855f 100644 --- a/x-pack/plugins/spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts +++ b/x-pack/plugins/spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts @@ -172,6 +172,7 @@ describe('copySavedObjectsToSpaces', () => { "_maxListeners": undefined, "_read": [Function], "_readableState": ReadableState { + "autoDestroy": false, "awaitDrain": 0, "buffer": BufferList { "head": null, @@ -191,6 +192,7 @@ describe('copySavedObjectsToSpaces', () => { "length": 0, "needReadable": false, "objectMode": true, + "paused": false, "pipes": null, "pipesCount": 0, "readableListening": false, @@ -223,6 +225,7 @@ describe('copySavedObjectsToSpaces', () => { "_maxListeners": undefined, "_read": [Function], "_readableState": ReadableState { + "autoDestroy": false, "awaitDrain": 0, "buffer": BufferList { "head": null, @@ -242,6 +245,7 @@ describe('copySavedObjectsToSpaces', () => { "length": 0, "needReadable": false, "objectMode": true, + "paused": false, "pipes": null, "pipesCount": 0, "readableListening": false, diff --git a/x-pack/plugins/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts b/x-pack/plugins/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts index 069be136c23abcc..25ed4dee6d4d052 100644 --- a/x-pack/plugins/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts +++ b/x-pack/plugins/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts @@ -191,6 +191,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => { "_maxListeners": undefined, "_read": [Function], "_readableState": ReadableState { + "autoDestroy": false, "awaitDrain": 0, "buffer": BufferList { "head": null, @@ -210,6 +211,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => { "length": 0, "needReadable": false, "objectMode": true, + "paused": false, "pipes": null, "pipesCount": 0, "readableListening": false, @@ -249,6 +251,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => { "_maxListeners": undefined, "_read": [Function], "_readableState": ReadableState { + "autoDestroy": false, "awaitDrain": 0, "buffer": BufferList { "head": null, @@ -268,6 +271,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => { "length": 0, "needReadable": false, "objectMode": true, + "paused": false, "pipes": null, "pipesCount": 0, "readableListening": false,