1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

Whitespace fix.

This commit is contained in:
Alex Bramley 2011-09-09 23:04:27 +01:00
parent 8ae5fe3b75
commit 47ae014c1c

View file

@ -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_")