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]] [[package]]
name = "archipelago" name = "archipelago"
version = "1.7.127-alpha" version = "1.7.128-alpha"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"archipelago-container", "archipelago-container",
+4 -6
View File
@@ -1225,12 +1225,10 @@ mod tests {
Some(std::collections::HashSet::new()) Some(std::collections::HashSet::new())
); );
mark_installed(tmp.path(), "bitcoin-knots").await; mark_installed(tmp.path(), "bitcoin-knots").await;
assert!( assert!(load_installed_apps_if_recorded(tmp.path())
load_installed_apps_if_recorded(tmp.path()) .await
.await .unwrap()
.unwrap() .contains("bitcoin-knots"));
.contains("bitcoin-knots")
);
} }
#[tokio::test] #[tokio::test]