[TD-5999]<fix>:modify range merge test case

This commit is contained in:
shenglian zhou 2021-08-11 17:51:09 +08:00
parent a8506a2d73
commit c88d6d3cfa
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);