Skip to content

Commit 0ab008e

Browse files
danbevevanlucas
authored andcommitted
test: fix lint error regarding unused commons const
Currently, make lint is failing with the following error: 3:7 error 'common' is assigned a value but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) PR-URL: #9334 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent edd8926 commit 0ab008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-stream-writableState-ending.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const common = require('../common');
3+
require('../common');
44

55
const assert = require('assert');
66
const stream = require('stream');

0 commit comments

Comments
 (0)