Skip to content

Commit 78dfcf7

Browse files
committed
http: requiring common first
1 parent e7ade8b commit 78dfcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-uri-overflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
2+
const { expectsError, mustCall } = require('../common');
23
const assert = require('assert');
34
const { createServer, maxUriSize } = require('http');
45
const { createConnection } = require('net');
5-
const { expectsError, mustCall } = require('../common');
66

77
const CRLF = '\r\n';
88
const REQUEST_METHOD_AND_SPACE = 'GET ';

0 commit comments

Comments
 (0)