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 7c9be5e commit cd9135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb-tokio/tests/func/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async fn bytes() -> anyhow::Result<()> {

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

0 comments on commit cd9135e

Please sign in to comment.