summaryrefslogtreecommitdiffstats
path: root/api/admin_test.go
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-08-31 04:29:32 +0800
committerJoram Wilander <jwawilander@gmail.com>2017-08-30 16:29:32 -0400
commitf34cd567a6332fe53dae27e6b99b4382505de7a1 (patch)
treee0d32d1fd51930122e8b18408fba5f30a858780c /api/admin_test.go
parentbb2ca558bb8a015ff850aa3887cbbfdc4e14650d (diff)
downloadchat-f34cd567a6332fe53dae27e6b99b4382505de7a1.tar.gz
chat-f34cd567a6332fe53dae27e6b99b4382505de7a1.tar.bz2
chat-f34cd567a6332fe53dae27e6b99b4382505de7a1.zip
[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
Diffstat (limited to 'api/admin_test.go')
-rw-r--r--api/admin_test.go2
1 files changed, 1 insertions, 1 deletions
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()
}