Skip to content

Commit

Permalink
revert snapshot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Feb 28, 2020
1 parent c011ef9 commit acc91b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand All @@ -191,6 +192,7 @@ describe('copySavedObjectsToSpaces', () => {
"length": 0,
"needReadable": false,
"objectMode": true,
"paused": false,
"pipes": null,
"pipesCount": 0,
"readableListening": false,
Expand Down Expand Up @@ -223,6 +225,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand All @@ -242,6 +245,7 @@ describe('copySavedObjectsToSpaces', () => {
"length": 0,
"needReadable": false,
"objectMode": true,
"paused": false,
"pipes": null,
"pipesCount": 0,
"readableListening": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand All @@ -210,6 +211,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"length": 0,
"needReadable": false,
"objectMode": true,
"paused": false,
"pipes": null,
"pipesCount": 0,
"readableListening": false,
Expand Down Expand Up @@ -249,6 +251,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand All @@ -268,6 +271,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"length": 0,
"needReadable": false,
"objectMode": true,
"paused": false,
"pipes": null,
"pipesCount": 0,
"readableListening": false,
Expand Down

0 comments on commit acc91b3

Please sign in to comment.