Skip to content

Commit

Permalink
fine clippy you win
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox committed Jun 19, 2023
1 parent 5ac9859 commit 99b2bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hp/derp/http/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ mod tests {

// ensure that the client will bubble up any connection error & not
// just loop ad infinitum attempting to connect
if let Ok(_) = client.recv_detail().await {
if (client.recv_detail().await).is_ok() {
bail!("expected client with bad derp region detail to return with an error");
}
Ok(())
Expand Down

0 comments on commit 99b2bec

Please sign in to comment.