fix:test case

This commit is contained in:
wangmm0220 2023-11-30 19:52:27 +08:00
parent 77a48f8711
commit acce0852df
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ system sh/exec.sh -n dnode2 -s start
sleep 2000
sql show snodes
if $rows != 2 then
if $rows != 1 then
return -1
endi