From c7093386da3988022098e2491c599b3c44ed650a Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 18 Nov 2024 03:42:53 +0100 Subject: [PATCH] Update test --- tests/queries/0_stateless/00298_enum_width_and_cast.reference | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/queries/0_stateless/00298_enum_width_and_cast.reference b/tests/queries/0_stateless/00298_enum_width_and_cast.reference index dde2258b8c7..b8fb5ebecc1 100644 --- a/tests/queries/0_stateless/00298_enum_width_and_cast.reference +++ b/tests/queries/0_stateless/00298_enum_width_and_cast.reference @@ -13,5 +13,5 @@ ┌─x────────┬─y─┬─toInt8(x)─┬─s─────┬─cast──┐ 1. │ Hello │ 0 │ -100 │ Hello │ Hello │ 2. │ \ │ 0 │ 0 │ \ │ \ │ -3. │ \t │ 0 │ 111 │ \t │ \t │ - └──────────┴───┴───────────┴───────┴─────────┘ +3. │ \t │ 0 │ 111 │ \t │ \t │ + └──────────┴───┴───────────┴───────┴───────┘