chore: lockfile drift + fmt shape in crash_recovery test
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
ee15626127
commit
ec8af1ba50
Generated
+1
-1
@@ -104,7 +104,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "archipelago"
|
||||
version = "1.7.127-alpha"
|
||||
version = "1.7.128-alpha"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"archipelago-container",
|
||||
|
||||
@@ -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())
|
||||
.await
|
||||
.unwrap()
|
||||
.contains("bitcoin-knots")
|
||||
);
|
||||
assert!(load_installed_apps_if_recorded(tmp.path())
|
||||
.await
|
||||
.unwrap()
|
||||
.contains("bitcoin-knots"));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user