From 73cfc16a8e018a366d56bdae5889e20cd9b327e9 Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Tue, 25 Jan 2022 13:19:53 +0800 Subject: [PATCH] (query):fix typo of fulltest-query.sh --- tests/develop-test/fulltest-query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/develop-test/fulltest-query.sh b/tests/develop-test/fulltest-query.sh index e4259bd7d2..0dd229c3f6 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -10,7 +10,7 @@ python3 ./test.py -f 2-query/func_compare.py python3 ./test.py -f 2-query/diff_ignore_negative.py python3 ./test.py -f 2-query/diff_funcs.py python3 ./test.py -f 2-query/lower_func.py -python3 ./test.py -f 2-query/uppper_func.py +python3 ./test.py -f 2-query/upper_func.py python3 ./test.py -f 2-query/ltrim_func.py python3 ./test.py -f 2-query/rtrim_func.py python3 ./test.py -f 2-query/substr_func.py -- GitLab