Explorar o código

If not Testing, Msg will start with \x01.

Steve Thielemann %!s(int64=3) %!d(string=hai) anos
pai
achega
47354ce04f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client_test.go

+ 1 - 1
client_test.go

@@ -511,7 +511,7 @@ func TestConnectAutojoin(t *testing.T) {
 		if Msg.Cmd == "NOTICE" {
 			expect = noticeExpect[0]
 			if expect != "Testing" {
-				expect += "\x01" + expect
+				expect = "\x01" + expect
 			}
 			noticeExpect = noticeExpect[1:]
 			if !strings.HasPrefix(Msg.Msg, expect) {