Message is displayed when user joins Off_Topic (#4067)

This commit is contained in:
Ryan Wang
2016-09-26 07:47:17 -04:00
committed by Joram Wilander
parent 6a59913609
commit 1479c4a2ca
2 changed files with 20 additions and 9 deletions

View File

@@ -211,7 +211,7 @@ func TestGetTeamAnalyticsStandard(t *testing.T) {
t.Fatal()
}
if rows[2].Value != 3 {
if rows[2].Value != 5 {
t.Log(rows.ToJson())
t.Fatal()
}