Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Aug 26, 2024
1 parent cd9135e commit 7e9ea3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions edgedb-tokio/tests/func/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,7 @@ async fn bytes() -> anyhow::Result<()> {
}

let res = client
.query_required_single::<MyResult, _>(
"select { data := b'101' } limit 1",
&(),
)
.query_required_single::<MyResult, _>("select { data := b'101' } limit 1", &())
.await
.unwrap();

Expand Down

0 comments on commit 7e9ea3d

Please sign in to comment.