Fix test checking which clients connected

Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
Brian Meek 2022-09-09 19:04:37 -07:00
parent f8b419a4c1
commit 9b479dd3bb
No known key found for this signature in database
GPG key ID: ACBD71263BF42D00

View file

@ -301,10 +301,10 @@ func Test_UserStatistics(t *testing.T) {
}, },
R30UsersV2: map[string]int64{ R30UsersV2: map[string]int64{
"ios": 0, "ios": 0,
"android": 0, "android": 1,
"web": 0, "web": 1,
"electron": 0, "electron": 0,
"all": 0, "all": 2,
}, },
AllUsers: 6, AllUsers: 6,
NonBridgedUsers: 5, NonBridgedUsers: 5,