update unit tests for default channels

Этот коммит содержится в:
JoramWilander
2015-06-29 11:14:12 -04:00
родитель 72d54e427c
Коммит ba998db099
3 изменённых файлов: 26 добавлений и 3 удалений

Просмотреть файл

@@ -129,7 +129,7 @@ func TestJoinCommands(t *testing.T) {
c1 := Client.Must(Client.GetChannels("")).Data.(*model.ChannelList)
if len(c1.Channels) != 3 { // 3 because of town-square and direct
if len(c1.Channels) != 4 { // 4 because of town-square, off-topic and direct
t.Fatal("didn't join channel")
}