diff --git a/userapi/storage/tables/stats_table_test.go b/userapi/storage/tables/stats_table_test.go index 11521c8b0..a9a7e9e18 100644 --- a/userapi/storage/tables/stats_table_test.go +++ b/userapi/storage/tables/stats_table_test.go @@ -300,10 +300,10 @@ func Test_UserStatistics(t *testing.T) { }, R30UsersV2: map[string]int64{ "ios": 0, - "android": 1, - "web": 1, + "android": 0, + "web": 0, "electron": 0, - "all": 2, + "all": 0, }, AllUsers: 6, NonBridgedUsers: 5,