Browse Source

Revert "added command_nick test"

This reverts commit 6e363bc651.
command_pass
Sheogorath 5 years ago
parent
commit
2d4c4d3de3
No known key found for this signature in database GPG Key ID: 1F05CC3635CDDFFD
  1. 2
      test/command_nick.js

2
test/command_nick.js

@ -56,8 +56,6 @@ describe("NICK no NICK given", function () {
done("Destroyed socket without answering")
}
console.log(server.getUserObjectFromNickName("some_nick"))
server.emit("connection", mockedSock)
mockedSock.emit('data', Buffer.from("NICK \r\n", "ascii"))
})

Loading…
Cancel
Save