From ba998db0998e7782842e4f86a242edd1e52b5e97 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 29 Jun 2015 11:14:12 -0400 Subject: update unit tests for default channels --- api/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/command_test.go') diff --git a/api/command_test.go b/api/command_test.go index d3b0da455..5b7734628 100644 --- a/api/command_test.go +++ b/api/command_test.go @@ -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") } -- cgit v1.2.3-1-g7c22