瀏覽代碼

Test AutoJoin channels.

Steve Thielemann 2 年之前
父節點
當前提交
1559585ffd
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      client_test.go

+ 6 - 0
client_test.go

@@ -83,6 +83,12 @@ func TestMarshal(t *testing.T) {
 		}
 
 	}
+
+	for x, got := range verify.AutoJoin {
+		if got != config.AutoJoin[x] {
+			t.Errorf("For AutoJoin %d Got %s, Expected %s", x, got, config.AutoJoin[x])
+		}
+	}
 }
 
 func TestParse(t *testing.T) {