Skip to content

Commit 7280934

Browse files
committed
fix sdk build for new context field
1 parent 9ce0134 commit 7280934

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/v3/test/mock-task-context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function defaultTaskRunContext(overrides?: MockTaskRunContextOverrides): TaskRun
123123
id: "run_test",
124124
tags: [],
125125
isTest: false,
126+
isReplay: false,
126127
createdAt: new Date(),
127128
startedAt: new Date(),
128129
...overrides?.run,

0 commit comments

Comments
 (0)