Skip to content

Commit

Permalink
test: rename test-regress-nodejsGH-1531
Browse files Browse the repository at this point in the history
Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes to make sure the test conforms
to the standard test structure

Refs: nodejs#19105
Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure
  • Loading branch information
ryzokuken committed Mar 7, 2018
1 parent 5826fe4 commit ae40a78
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';
const common = require('../common');
const fixtures = require('../common/fixtures');

// This test ensures that a http request callback is called
// when the agent option is set
Expand All @@ -8,8 +9,6 @@ const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');

const fixtures = require('../common/fixtures');

const https = require('https');

const options = {
Expand Down

0 comments on commit ae40a78

Please sign in to comment.