Skip to content

Commit

Permalink
remove endTimestamp from initial section results
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Apr 26, 2023
1 parent 0792d28 commit ae31f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporter/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ module.exports = class Results {
tests: 0,
status: Results.TEST_PASS,
startTimestamp: new Date().getTime(),
endTimestamp: new Date().getTime(),
httpOutput: []
};
}
Expand Down

0 comments on commit ae31f81

Please sign in to comment.