Fix file version updates not considering visibility (#6105)

This commit is contained in:
aecsocket
2026-05-16 16:18:18 +00:00
committed by GitHub
parent 02a7774722
commit cee942dcef
4 changed files with 56 additions and 34 deletions
+12
View File
@@ -132,6 +132,18 @@ async fn version_updates() {
beta_version_id
);
let versions = api
.update_files_deserialized_common(
"sha1",
vec![beta_version_hash.to_string()],
None,
None,
None,
None,
)
.await;
assert!(versions.is_empty());
// When there is only the one version, there should be no updates
let version = api
.get_update_from_hash_deserialized_common(