From 5add304330a8f47ac18b9f6b71441dc25d8c2ce9 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 13 Nov 2024 15:15:58 -0800 Subject: [PATCH] Fix tests --- edgedb-protocol/tests/client_messages.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/edgedb-protocol/tests/client_messages.rs b/edgedb-protocol/tests/client_messages.rs index a11099c2..96035c07 100644 --- a/edgedb-protocol/tests/client_messages.rs +++ b/edgedb-protocol/tests/client_messages.rs @@ -129,8 +129,8 @@ fn parse3() -> Result<(), Box> { data: Bytes::from(""), }, }), - b"P\0\0\0B\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x02\0\0\0\0\0\0\0Mbo\ - \0\0\0\tSELECT 1;\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0E" + b"P\0\0\0B\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x02\0\0\0\0\0\0\0MEbo\ + \0\0\0\tSELECT 1;\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" ); Ok(()) } @@ -215,10 +215,10 @@ fn execute3() -> Result<(), Box> { output_typedesc_id: Uuid::from_u128(456), arguments: Bytes::new(), }), - b"O\0\0\0f\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x02\0\0\0\0\0\0\0Mbo\ + b"O\0\0\0f\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x02\0\0\0\0\0\0\0MEbo\ \0\0\0\tSELECT 1;\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ - \0\0\0{\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\xc8\0\0\0\0E" + \0\0\0{\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\xc8\0\0\0\0" ); Ok(()) }