Explorar o código

Test AutoJoin channels.

Steve Thielemann %!s(int64=2) %!d(string=hai) anos
pai
achega
1559585ffd
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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) {