We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unwrap()
?
1 parent 369f047 commit 1f0a4a5Copy full SHA for 1f0a4a5
src/tests/unhealthy_database.rs
@@ -60,8 +60,7 @@ async fn download_requests_with_unhealthy_database_succeed() -> anyhow::Result<(
60
CrateBuilder::new("foo", token.as_model().user_id)
61
.version("1.0.0")
62
.build(&mut conn)
63
- .await
64
- .unwrap();
+ .await?;
65
66
app.primary_db_chaosproxy().break_networking()?;
67
0 commit comments