From f34cd567a6332fe53dae27e6b99b4382505de7a1 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Thu, 31 Aug 2017 04:29:32 +0800 Subject: [PLT-5170] Add join the channel system message for the person who created the channel (#7299) * add join the channel system message for the person who created the channel * update test --- api/admin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/admin_test.go') diff --git a/api/admin_test.go b/api/admin_test.go index bfc678adc..07504c4d1 100644 --- a/api/admin_test.go +++ b/api/admin_test.go @@ -246,7 +246,7 @@ func TestGetTeamAnalyticsStandard(t *testing.T) { t.Fatal() } - if rows[2].Value != 6 { + if rows[2].Value != 9 { t.Log(rows.ToJson()) t.Fatal() } -- cgit v1.2.3-1-g7c22