mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-11 16:13:10 -06:00
Fix test checking which clients connected
Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
parent
f8b419a4c1
commit
9b479dd3bb
|
|
@ -301,10 +301,10 @@ func Test_UserStatistics(t *testing.T) {
|
|||
},
|
||||
R30UsersV2: map[string]int64{
|
||||
"ios": 0,
|
||||
"android": 0,
|
||||
"web": 0,
|
||||
"android": 1,
|
||||
"web": 1,
|
||||
"electron": 0,
|
||||
"all": 0,
|
||||
"all": 2,
|
||||
},
|
||||
AllUsers: 6,
|
||||
NonBridgedUsers: 5,
|
||||
|
|
|
|||
Loading…
Reference in a new issue