diff --git a/tests/test_common.js b/tests/test_common.js index c786f7368..a86abdda5 100644 --- a/tests/test_common.js +++ b/tests/test_common.js @@ -513,7 +513,7 @@ test('testing timers are deleted correctly', t => { }) }) -test('correct node behavior', t => { +test('test correct node behavior by making sure that http.request is not called when using http.get', t => { const scope = nock('http://example.test') .get('/') .reply()