Skip to content

Commit 261466b

Browse files
committed
update test result
1 parent bb1f180 commit 261466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/ranger/ranger_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ create table t(
11141114
exprStr: "a LIKE 'abc_'",
11151115
accessConds: "[like(test.t.a, abc_, 92)]",
11161116
filterConds: "[like(test.t.a, abc_, 92)]",
1117-
resultStr: "[(\"abc\",\"abd\")]",
1117+
resultStr: "[[\"abc\",\"abd\")]",
11181118
},
11191119
{
11201120
indexPos: 0,

0 commit comments

Comments
 (0)