diff --git a/test/inspector/test-bindings.js b/test/inspector/test-bindings.js index 07f12cbee5b8cd..127f5cf2b80b88 100644 --- a/test/inspector/test-bindings.js +++ b/test/inspector/test-bindings.js @@ -1,5 +1,6 @@ 'use strict'; -require('../common'); +const common = require('../common'); +common.skipIfInspectorDisabled(); const assert = require('assert'); const inspector = require('inspector'); const path = require('path'); @@ -81,7 +82,7 @@ function testSampleDebugSession() { }, TypeError); session.post('Debugger.enable', () => cbAsSecondArgCalled = true); session.post('Debugger.setBreakpointByUrl', { - 'lineNumber': 11, + 'lineNumber': 12, 'url': path.resolve(__dirname, __filename), 'columnNumber': 0, 'condition': ''