From 18e472ea0b8cb6a87f6aeacdda9bc94840632162 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:47:48 -0400 Subject: [PATCH] `tests`: update `select` test for last column to use underscore char instead of 9999 sentinel value --- tests/test_select.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_select.rs b/tests/test_select.rs index 6ef4c9306..253ff01b9 100644 --- a/tests/test_select.rs +++ b/tests/test_select.rs @@ -180,7 +180,7 @@ select_test!( select_test!( select_reverse_sentinel, - r#"9999-1"#, + r#"_-1"#, "5-1", ["h1", "h4", "h[]3", "h2", "h1"], ["e", "d", "c", "b", "a"]