Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 91cac2f

Browse files
authored
linting typos
linting typos fixed
1 parent 8a791d4 commit 91cac2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/server.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ tap.test('close passes error to callback', function (t) {
334334
})
335335

336336
tap.test('multithreading support via external server', function (t) {
337-
let serverOptions = { }
337+
const serverOptions = { }
338338
const server = ldap.createServer(serverOptions)
339339
const fauxServer = net.createServer(serverOptions, (connection) => {
340340
server.newConnection(connection)
@@ -358,7 +358,7 @@ tap.test('multithreading support via external server', function (t) {
358358
})
359359

360360
tap.test('multithreading support via hook', function (t) {
361-
let serverOptions = {
361+
const serverOptions = {
362362
connectionRouter: (connection) => {
363363
server.newConnection(connection)
364364
}

0 commit comments

Comments
 (0)