Skip to content

Commit

Permalink
tests: update select test for last column to use underscore char …
Browse files Browse the repository at this point in the history
…instead of 9999 sentinel value
  • Loading branch information
jqnatividad committed Jun 12, 2024
1 parent 85f670d commit 18e472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 18e472e

Please sign in to comment.