Skip to content

Commit

Permalink
💥 feat: Release from version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoIzadloo committed Feb 24, 2023
2 parents b12b16e + de8b4c9 commit 2ba7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('server check hooks (userReq | useIdent)', () => {

test('useReq connect', (done) => {
const client = net.connect(serverPort, '127.0.0.1')
server.useReq('connect', (info, socket) => {
server.useReq('connect', (info) => {
expect(info).toEqual({
version: 0x04,
address: google,
Expand Down

0 comments on commit 2ba7fc7

Please sign in to comment.