瀏覽代碼

If not Testing, Msg will start with \x01.

Steve Thielemann 3 年之前
父節點
當前提交
47354ce04f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {