fix: handle local mindmap trash and block insertion
This commit is contained in:
@@ -7567,7 +7567,7 @@ mod tests {
|
||||
std::fs::write(root.join("docs").join("photo.png"), b"png").expect("write asset");
|
||||
let root_uri = format!("file://{}", root.display());
|
||||
init_local_workspace(&root, "user_test");
|
||||
let asset_id = "local:asset:docs/photo.png";
|
||||
let asset_id = "local-file:docs/photo.png";
|
||||
|
||||
let delete_response = app()
|
||||
.oneshot(
|
||||
|
||||
Reference in New Issue
Block a user