Test_UserStatistics Fix expected results to match observed results

This commit is contained in:
Brian Meek 2022-05-11 17:37:05 -07:00
parent 58af7f61b6
commit b87a1f36e3
No known key found for this signature in database
GPG key ID: ACBD71263BF42D00

View file

@ -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,