Skip to content

Commit e89222c

Browse files
committed
update snapshot
1 parent cec7a20 commit e89222c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/utils/data-formatters/format-workflow-history-event/__tests__/index.test.ts.snapshot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exports[`formatWorkflowHistoryEvent should format workflow activityTaskFailedEve
4747
"eventId": 11,
4848
"eventType": "ActivityTaskFailed",
4949
"identity": "cadence@958ab341-a376-431n-a17a-ed7d8a97ba91",
50-
"reason": "",
50+
"reason": null,
5151
"scheduledEventId": 7,
5252
"startedEventId": 9,
5353
"taskId": "22647174813",
@@ -186,7 +186,7 @@ exports[`formatWorkflowHistoryEvent should format workflow childWorkflowExecutio
186186
"eventId": 47,
187187
"eventType": "ChildWorkflowExecutionFailed",
188188
"initiatedEventId": 40,
189-
"reason": "",
189+
"reason": null,
190190
"startedEventId": 42,
191191
"taskId": "5877269789",
192192
"timestamp": 2024-09-08T04:27:58.993Z,
@@ -290,7 +290,7 @@ exports[`formatWorkflowHistoryEvent should format workflow decisionTaskFailedEve
290290
"forkEventVersion": 0,
291291
"identity": "cadence@958ab341-a375-431b-a27a-ed7d8a97ba91",
292292
"newRunId": "",
293-
"reason": "",
293+
"reason": null,
294294
"requestId": "66f7f58b-3d3b-4178-972a-fa7825ceec39",
295295
"scheduledEventId": 2,
296296
"startedEventId": 3,

0 commit comments

Comments
 (0)