Skip to content

Commit

Permalink
Minor: keep Clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
onpaws committed Aug 1, 2023
1 parent d0a29d8 commit 6184d41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2628,9 +2628,7 @@ mod tests {

// Source: https://gist.github.com/going-digital/02e46c44d89237c07bc99cd440ebfa43
let plan = sf_context
.plan_query(
r#"DROP FUNCTION nonexistentfunction"#,
)
.plan_query(r#"DROP FUNCTION nonexistentfunction"#)
.await;
assert!(plan.is_err());
Ok(())
Expand Down

0 comments on commit 6184d41

Please sign in to comment.