From acc91b330f744e9a278774f97cd57eda3f0c42e4 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Fri, 28 Feb 2020 12:01:56 -0500 Subject: [PATCH] revert snapshot changes --- .../spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts | 4 ++++ .../server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts | 4 ++++ 2 files changed, 8 insertions(+) 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,