Update irc nick test

This commit is contained in:
Ken-Håvard Lieng 2017-04-11 06:14:45 +02:00
parent e84f2dd993
commit ee42e5300a
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ func TestPass(t *testing.T) {
func TestNick(t *testing.T) {
c, out := testClientSend()
c.Nick("test2")
assert.Equal(t, "test2", c.GetNick())
assert.Equal(t, "NICK test2\r\n", <-out)
c.writeNick("nick")