Skip to content

Commit 5a37ab7

Browse files
committed
Prettier
1 parent f102a9c commit 5a37ab7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/controlSocket.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ import { ControlSocket } from '../controlSocket'
33
import { assert } from 'chai'
44

55
describe('ControlSocket', () => {
6-
76
it('should try to get list of sockets', async () => {
87
const cs = new ControlSocket()
98
const r = await cs.listControlSockets()
109
assert.isArray(r)
1110
})
12-
13-
})
11+
})

0 commit comments

Comments
 (0)