Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
estrada9166 committed Nov 16, 2021
1 parent 5b258ae commit 2ec6a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/socket-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export class SocketBase {
}

close () {
return this.io.close()
return this._io?.close()
}

sendSpecList (specs, testingType: Cypress.TestingType) {
Expand Down

0 comments on commit 2ec6a88

Please sign in to comment.