fix test case error

This commit is contained in:
liuyq-617 2021-01-21 18:54:39 +08:00
parent b085f79913
commit 9b90286eee
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ print dnode1 $data4_2
if $data4_1 != ready then if $data4_1 != ready then
return -1 return -1
endi endi
if $data4_2 != offline then if $data4_2 == ready then
return -1 return -1
endi endi