Ver Fonte

Test AutoJoin channels.

Steve Thielemann há 2 anos atrás
pai
commit
1559585ffd
1 ficheiros alterados com 6 adições e 0 exclusões
  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) {