Skip to content

Commit 1f72e70

Browse files
committed
Set default workflowExecution.runId to a UUID in MockActivityEnvironment
1 parent 58df441 commit 1f72e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testing/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export const defaultActivityInfo: activity.Info = {
422422
heartbeatDetails: undefined,
423423
activityNamespace: 'default',
424424
workflowNamespace: 'default',
425-
workflowExecution: { workflowId: 'test', runId: 'dead-beef' },
425+
workflowExecution: { workflowId: 'test', runId: '00000000-0000-0000-0000-000000000000' },
426426
scheduledTimestampMs: 1,
427427
startToCloseTimeoutMs: 1000,
428428
scheduleToCloseTimeoutMs: 1000,

0 commit comments

Comments
 (0)