Skip to content

Commit

Permalink
fix: add missing kOriginalDispatch Symbol in mock-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Aug 16, 2024
1 parent 5e50e44 commit b154fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mock/mock-symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
kMockDispatch: Symbol('mock dispatch'),
kClose: Symbol('close'),
kOriginalClose: Symbol('original agent close'),
kOriginalDispatch: Symbol('original dispatch'),
kOrigin: Symbol('origin'),
kIsMockActive: Symbol('is mock active'),
kNetConnect: Symbol('net connect'),
Expand Down

0 comments on commit b154fe4

Please sign in to comment.