chore: lockfile drift + fmt shape in crash_recovery test

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-08-10 15:30:13 -04:00
co-authored by Claude Fable 5
parent ee15626127
commit ec8af1ba50
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ dependencies = [
[[package]]
name = "archipelago"
version = "1.7.127-alpha"
version = "1.7.128-alpha"
dependencies = [
"anyhow",
"archipelago-container",
+2 -4
View File
@@ -1225,12 +1225,10 @@ mod tests {
Some(std::collections::HashSet::new())
);
mark_installed(tmp.path(), "bitcoin-knots").await;
assert!(
load_installed_apps_if_recorded(tmp.path())
assert!(load_installed_apps_if_recorded(tmp.path())
.await
.unwrap()
.contains("bitcoin-knots")
);
.contains("bitcoin-knots"));
}
#[tokio::test]