fix(MyShares): correct order if items in MyShares view, when grouped by Files

This commit is contained in:
Edouard Vanbelle
2026-05-31 23:02:19 +02:00
parent c7e950a707
commit a0d9cd881b
3 changed files with 28 additions and 31 deletions
@@ -423,7 +423,11 @@ mod integration_tests {
}
fn rand_name(test: &str) -> String {
format!("rust-test-svc-{}-{}", test, &Uuid::new_v4().to_string()[..8])
format!(
"rust-test-svc-{}-{}",
test,
&Uuid::new_v4().to_string()[..8]
)
}
// ── 9. Virtual group cannot be deleted ─────────────────────────────────