Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 728d14c

Browse files
committed
Correct unexpected error for listDistance test in list.test
1 parent 9b584b3 commit 728d14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_files/function/list.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ Binder exception: Function LIST_DISTANCE did not receive correct arguments
22112211

22122212
-STATEMENT RETURN list_distance(2,3,4,5)
22132213
---- error
2214-
Error: Binder exception: Function LIST_DISTANCE did not receive correct arguments:
2214+
Binder exception: Function LIST_DISTANCE did not receive correct arguments:
22152215
Actual: (INT64,INT64,INT64,INT64)
22162216
Expected: (LIST,LIST) -> ANY
22172217

0 commit comments

Comments
 (0)