mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Message is displayed when user joins Off_Topic (#4067)
This commit is contained in:
committed by
Joram Wilander
parent
6a59913609
commit
1479c4a2ca
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user