Skip to content

Commit

Permalink
format test code
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Nov 7, 2024
1 parent 99dfbb4 commit 8b2fb9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wrappers/src/fdw/wasm_fdw/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,7 @@ mod tests {
.unwrap();

let results = c
.select(
"SELECT * FROM calendly_event_types",
None,
None,
)
.select("SELECT * FROM calendly_event_types", None, None)
.unwrap()
.filter_map(|r| r.get_by_name::<&str, _>("uri").unwrap())
.collect::<Vec<_>>();
Expand Down

0 comments on commit 8b2fb9d

Please sign in to comment.