Skip to content

Commit

Permalink
test: fix test-zmq-startup-times
Browse files Browse the repository at this point in the history
In v18 there's no `timeOrigin` time.
  • Loading branch information
santigimeno committed Feb 15, 2024
1 parent 0f220ec commit ad9aac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/agents/test-zmq-startup-times.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function checkStartupTimesData(data, requestId, agentId, additionalTimes = []) {
assert.ok(data.body.initialized_v8);
assert.ok(data.body.loaded_environment);
assert.ok(data.body.loop_start);
assert.ok(data.body.timeOrigin);
additionalTimes.forEach((time) => assert.ok(data.body[time]));
Object.keys(data.body).forEach((key) => {
validateArray(data.body[key], `data.body.${key}`);
Expand Down

0 comments on commit ad9aac4

Please sign in to comment.