fix(MyShares): correct order if items in MyShares view, when grouped by Files
This commit is contained in:
@@ -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 ─────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user