From 093f1762114906ab54ae001d8d974ff033dd0aba Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Thu, 6 Mar 2025 13:18:39 -0500 Subject: [PATCH] SendQuit for t1/t2 for TestJoinCallback --- irc_test.go | 3 +++ 1 file changed, 3 insertions(+) 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) {