Skip to content

Commit af8a720

Browse files
Update test
1 parent c3a67cf commit af8a720

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

email_composer/src/utils/__tests__/__snapshots__/EmailUtils.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ Object {
141141
"threadId": "1",
142142
"toEmails": Array [
143143
Object {
144+
"complete": "From1 <[email protected]>",
144145
"email": "[email protected]",
146+
"form": "tag-app-domain",
145147
"name": "From1",
146148
},
147149
],
@@ -153,10 +155,16 @@ Object {
153155
"bccEmails": Array [],
154156
"ccEmails": Array [
155157
Object {
158+
"complete": "<[email protected]>",
156159
"email": "[email protected]",
160+
"form": "tag-app-domain",
161+
"name": undefined,
157162
},
158163
Object {
164+
"complete": "<[email protected]>",
159165
"email": "[email protected]",
166+
"form": "tag-app-domain",
167+
"name": undefined,
160168
},
161169
],
162170
"files": Array [],
@@ -166,7 +174,9 @@ Object {
166174
"threadId": "1",
167175
"toEmails": Array [
168176
Object {
177+
"complete": "From1 <[email protected]>",
169178
"email": "[email protected]",
179+
"form": "tag-app-domain",
170180
"name": "From1",
171181
},
172182
],

0 commit comments

Comments
 (0)