Fix bad nick test

This commit is contained in:
Ken-Håvard Lieng 2020-06-21 06:07:32 +02:00
parent b9f52a8761
commit 972f568a00

View File

@ -296,6 +296,7 @@ func TestHandleIRCBadNick(t *testing.T) {
i.dispatchMessage(&irc.Message{ i.dispatchMessage(&irc.Message{
Command: irc.ERR_ERRONEUSNICKNAME, Command: irc.ERR_ERRONEUSNICKNAME,
Params: []string{"nick", "Terrible nick"},
}) })
// It should print the error message first // It should print the error message first