diff --git a/irc_test.go b/irc_test.go index e63ad99..d4ba957 100644 --- a/irc_test.go +++ b/irc_test.go @@ -65,6 +65,9 @@ func TestJoinCallback(t *testing.T) { go t2.Run() time.Sleep(10 * time.Second) + + t1.SendQuit("") + t2.SendQuit("") } func TestLusers(t *testing.T) {