Skip to content

Commit

Permalink
chore: make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Dec 20, 2024
1 parent 8ad864f commit 4ef9166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/meta-srv/src/election/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ mod tests {
.await
.context(PostgresExecutionSnafu)?;
tokio::spawn(async move {
if let Err(e) = connection.await {
eprintln!("connection error: {}", e);
}
connection.await.context(PostgresExecutionSnafu).unwrap();
});
Ok(client)
}
Expand Down

0 comments on commit 4ef9166

Please sign in to comment.