Skip to content

Commit e5c28be

Browse files
committed
placeOfEvent test reindexing
1 parent f7c8682 commit e5c28be

File tree

3 files changed

+376
-222
lines changed

3 files changed

+376
-222
lines changed

packages/events/src/router/event/__snapshots__/event.search.test.ts.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ exports[`Returns relevant events in right order 1`] = `
136136
"createdByUserType": "[sanitized]",
137137
},
138138
},
139+
"placeOfEvent": "[sanitized]",
139140
"potentialDuplicates": [],
140141
"status": "DECLARED",
141142
"trackingId": "[sanitized]",
@@ -183,6 +184,7 @@ exports[`Returns relevant events in right order 1`] = `
183184
"createdByUserType": "[sanitized]",
184185
},
185186
},
187+
"placeOfEvent": "[sanitized]",
186188
"potentialDuplicates": [],
187189
"status": "DECLARED",
188190
"trackingId": "[sanitized]",
@@ -228,7 +230,7 @@ exports[`Returns relevant events in right order 1`] = `
228230
"createdByUserType": "[sanitized]",
229231
},
230232
},
231-
"placeOfEvent": "[sanitized]",
233+
"placeOfEvent": "[sanitized]",
232234
"potentialDuplicates": [],
233235
"status": "DECLARED",
234236
"trackingId": "[sanitized]",

0 commit comments

Comments
 (0)