mirror of https://github.com/fluffle/goirc
Whitespace fix.
This commit is contained in:
parent
8ae5fe3b75
commit
47ae014c1c
|
@ -44,7 +44,7 @@ func Test001(t *testing.T) {
|
|||
func Test433(t *testing.T) {
|
||||
m, c := setUp(t)
|
||||
defer tearDown(m, c)
|
||||
|
||||
|
||||
// Call handler with a 433 line, not triggering c.Me.Renick()
|
||||
c.h_433(parseLine(":irc.server.org 433 test new :Nickname is already in use."))
|
||||
m.Expect("NICK new_")
|
||||
|
|
Loading…
Reference in New Issue