Skip to content

Commit cf937c8

Browse files
committed
fix: update request runner tests for status ts tracking
1 parent 5e01e7c commit cf937c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/test/request-runner.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe("runTrackedRequest", () => {
3636
} as any,
3737
},
3838
request: buildRequest(),
39-
statusTs: "100.2",
4039
workingPath: "/tmp/project",
4140
stateMachine: new CoreStateMachine("C1:T1"),
4241
liveEventHistory: new Map(),
@@ -72,7 +71,6 @@ describe("runTrackedRequest", () => {
7271
} as any,
7372
},
7473
request: buildRequest(),
75-
statusTs: "100.2",
7674
workingPath: "/tmp/project",
7775
stateMachine: new CoreStateMachine("C1:T1"),
7876
liveEventHistory: new Map(),

0 commit comments

Comments
 (0)