Skip to content

Commit

Permalink
update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Nov 28, 2023
1 parent bb1f180 commit 261466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/ranger/ranger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ create table t(
exprStr: "a LIKE 'abc_'",
accessConds: "[like(test.t.a, abc_, 92)]",
filterConds: "[like(test.t.a, abc_, 92)]",
resultStr: "[(\"abc\",\"abd\")]",
resultStr: "[[\"abc\",\"abd\")]",
},
{
indexPos: 0,
Expand Down

0 comments on commit 261466b

Please sign in to comment.