Fix user revenue display (#839)

* Fix user revenue display

* fix rev display
This commit is contained in:
Geometrically
2024-01-07 20:57:37 -05:00
committed by GitHub
parent 035fc69060
commit 5f6cc1281e
5 changed files with 96 additions and 24 deletions

View File

@@ -209,7 +209,7 @@ pub async fn permissions_analytics_revenue() {
// On success, should have 1 versions returned
|value: &serde_json::Value| {
let value = value.as_object().unwrap();
assert_eq!(value.len(), 1);
assert_eq!(value.len(), 0);
},
)
.simple_project_permissions_test(view_analytics, req_gen)