Skip to content

Commit 61f09a2

Browse files
committed
Fixing lint errors.
1 parent bf63934 commit 61f09a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/common/connection.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
/*global describe, it */
17+
/*global describe, it, beforeEach */
1818

1919
'use strict';
2020

2121
var assert = require('assert');
2222
var async = require('async');
23-
var fs = require('fs');
2423
var path = require('path');
2524

2625
var connection = require('../../lib/common/connection.js');

0 commit comments

Comments
 (0)