Skip to content

Commit 6a4aa1e

Browse files
committed
clean up
1 parent 3d2930c commit 6a4aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/cypress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ class $Cypress {
856856
const tests = this.runner.getTestsState(testId)
857857
let runState: RunState = {
858858
currentId: testId,
859-
tests: this.runner.getTestsState(testId),
859+
tests,
860860
startTime: this.runner.getStartTime(),
861861
emissions: this.runner.getEmissions(),
862862
passed: this.runner.countByTestState(tests, 'passed'),

0 commit comments

Comments
 (0)