From 9b90286eee97a1d94c2a402aa1d21b0fcd12f323 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 21 Jan 2021 18:54:39 +0800 Subject: [PATCH] fix test case error --- tests/script/unique/dnode/offline2.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/unique/dnode/offline2.sim b/tests/script/unique/dnode/offline2.sim index fa5e0b72e4..711488cf3f 100644 --- a/tests/script/unique/dnode/offline2.sim +++ b/tests/script/unique/dnode/offline2.sim @@ -60,7 +60,7 @@ print dnode1 $data4_2 if $data4_1 != ready then return -1 endi -if $data4_2 != offline then +if $data4_2 == ready then return -1 endi