Skip to content

Commit e57df4b

Browse files
committed
test: rename test case
1 parent a32aa56 commit e57df4b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

test/case/021.sort.default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "$root"/lib.bash
1010
sleep 0.05 # wait server ready
1111
cleanup
1212

13-
curl_get_body 'http://127.0.0.1:3003/?sort=/N' | grep -q -F 'go/?sort=/N"'
13+
curl_get_body 'http://127.0.0.1:3003/' | grep -q -F 'go/"'
1414
if [ $? -ne 0 ]; then
1515
fail "unexpected url param for sort"
1616
fi

test/case/020.sort.custom.bash renamed to test/case/022.sort.custom.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "$root"/lib.bash
1010
sleep 0.05 # wait server ready
1111
cleanup
1212

13-
curl_get_body 'http://127.0.0.1:3003/' | grep -q -F 'go/"'
13+
curl_get_body 'http://127.0.0.1:3003/?sort=/N' | grep -q -F 'go/?sort=/N"'
1414
if [ $? -ne 0 ]; then
1515
fail "unexpected url param for sort"
1616
fi

0 commit comments

Comments
 (0)