mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 13:43:09 -06:00
Test_UserStatistics Fix expected results to match observed results
This commit is contained in:
parent
58af7f61b6
commit
b87a1f36e3
|
|
@ -300,10 +300,10 @@ func Test_UserStatistics(t *testing.T) {
|
||||||
},
|
},
|
||||||
R30UsersV2: map[string]int64{
|
R30UsersV2: map[string]int64{
|
||||||
"ios": 0,
|
"ios": 0,
|
||||||
"android": 1,
|
"android": 0,
|
||||||
"web": 1,
|
"web": 0,
|
||||||
"electron": 0,
|
"electron": 0,
|
||||||
"all": 2,
|
"all": 0,
|
||||||
},
|
},
|
||||||
AllUsers: 6,
|
AllUsers: 6,
|
||||||
NonBridgedUsers: 5,
|
NonBridgedUsers: 5,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue