Merge pull request #7308 from taosdata/hotfix/td-5999

[TD-5999]<fix>:modify range merge test case
This commit is contained in:
dapan1121 2021-08-12 11:02:39 +08:00 committed by GitHub
commit 40daad073f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ void intDataTest() {
filterAddRange(h, ra + i, TSDB_RELATION_AND);
}
filterGetRangeNum(h, &num);
ASSERT_EQ(num, 0);
ASSERT_EQ(num, 1);
filterFreeRangeCtx(h);