Skip to content

Commit

Permalink
refactor: Rename request_overrider -> intercepted_request_router (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Sep 18, 2019
1 parent f6e319d commit e35b370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/intercept.js
Expand Up @@ -4,7 +4,7 @@
* @module nock/intercept
*/

const { InterceptedRequestRouter } = require('./request_overrider')
const { InterceptedRequestRouter } = require('./intercepted_request_router')
const common = require('./common')
const { inherits } = require('util')
const http = require('http')
Expand Down
File renamed without changes.

0 comments on commit e35b370

Please sign in to comment.