mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-4481 Fix member count for team user lists and channel invite list (#4422)
* Fix member count for team user lists and channel invite list * Fix client unit test
This commit is contained in:
committed by
Christopher Speller
parent
263f290683
commit
00787974d0
@@ -169,7 +169,7 @@ describe('Client.Team', function() {
|
||||
TestHelper.basicClient().getTeamStats(
|
||||
TestHelper.basicTeam().id,
|
||||
function(data) {
|
||||
assert.equal(data.member_count > 0, true);
|
||||
assert.equal(data.total_member_count > 0, true);
|
||||
done();
|
||||
},
|
||||
function(err) {
|
||||
|
||||
Reference in New Issue
Block a user