This reverts commit 3ea75332e7.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3a13987ee1
Коммит
e0efdd708b
@@ -606,7 +606,7 @@ func (*TestHelper) ResetEmojisMigration() {
|
||||
}
|
||||
|
||||
func (th *TestHelper) CheckTeamCount(t *testing.T, expected int64) {
|
||||
teamCount, err := th.App.Srv().Store.Team().AnalyticsTeamCount(nil)
|
||||
teamCount, err := th.App.Srv().Store.Team().AnalyticsTeamCount(false)
|
||||
require.NoError(t, err, "Failed to get team count.")
|
||||
require.Equalf(t, teamCount, expected, "Unexpected number of teams. Expected: %v, found: %v", expected, teamCount)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user