Forráskód Böngészése

Test AutoJoin channels.

Steve Thielemann 2 éve
szülő
commit
1559585ffd
1 módosított fájl, 6 hozzáadás és 0 törlés
  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) {