Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Aug 12, 2021
1 parent 5c0d31c commit 9d69f94
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ describe('without randomness', () => {
"kind": "N",
"value": undefined,
},
Notification {
"error": undefined,
"hasValue": true,
"kind": "N",
"value": undefined,
},
Notification {
"error": undefined,
"hasValue": false,
Expand All @@ -149,6 +155,12 @@ describe('without randomness', () => {
"kind": "N",
"value": undefined,
},
Notification {
"error": undefined,
"hasValue": true,
"kind": "N",
"value": undefined,
},
Notification {
"error": undefined,
"hasValue": false,
Expand Down Expand Up @@ -183,12 +195,6 @@ describe('without randomness', () => {
await expect(phase.after$.pipe(materialize(), toArray()).toPromise()).resolves
.toMatchInlineSnapshot(`
Array [
Notification {
"error": undefined,
"hasValue": true,
"kind": "N",
"value": undefined,
},
Notification {
"error": undefined,
"hasValue": false,
Expand Down

0 comments on commit 9d69f94

Please sign in to comment.