From f82667f3b86202dafff3a2a4ea56aec74c80316d Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Oct 2016 12:24:30 -0300 Subject: PLT-4430 improve slow channel switching (#4331) * PLT-4430 improve slow channel switching * Update client side unit tests * Convert getChannelsUnread to getMyChannelMembers and address other feedback * Pull channel members on websocket reconnect --- api/team_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/team_test.go') diff --git a/api/team_test.go b/api/team_test.go index a58710145..bac0228ad 100644 --- a/api/team_test.go +++ b/api/team_test.go @@ -63,7 +63,7 @@ func TestCreateFromSignupTeam(t *testing.T) { } c1 := Client.Must(Client.GetChannels("")).Data.(*model.ChannelList) - if len(c1.Channels) != 2 { + if len(*c1) != 2 { t.Fatal("default channels not created") } @@ -94,7 +94,7 @@ func TestCreateTeam(t *testing.T) { Client.SetTeamId(rteam.Data.(*model.Team).Id) c1 := Client.Must(Client.GetChannels("")).Data.(*model.ChannelList) - if len(c1.Channels) != 2 { + if len(*c1) != 2 { t.Fatal("default channels not created") } -- cgit v1.2.3-1-g7c22