SendQuit for t1/t2 for TestJoinCallback

This commit is contained in:
blackbeard420 2025-03-06 13:18:39 -05:00
parent 820f2b96a2
commit 093f176211

View File

@ -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) {