From 1e201da9b79be16d6f4a30e2f962683264775918 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 31 May 2023 16:26:23 +0800 Subject: [PATCH] fix test cases --- tests/script/tsim/parser/projection_limit_offset.sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/tsim/parser/projection_limit_offset.sim b/tests/script/tsim/parser/projection_limit_offset.sim index 2d99b0a296..cab46a93d3 100644 --- a/tests/script/tsim/parser/projection_limit_offset.sim +++ b/tests/script/tsim/parser/projection_limit_offset.sim @@ -380,10 +380,10 @@ if $row != 8 then endi sql select diff(k) from tm0 -if $row != 3 then +if $row != 4 then return -1 endi -if $data20 != -1 then +if $data20 != NULL then return -1 endi -- GitLab