소스 검색

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