just test

This commit is contained in:
yihaoDeng 2021-11-21 20:15:09 +08:00
parent f8af20b495
commit 3322eb5ffa
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ TEST(IndexTest, index_create_test) {
int *v = (int *)taosArrayGet(result, i);
std::cout << "value --->" << *v << std::endl;
}
// add more test case
indexMultiTermQueryDestroy(multiQuery);
indexOptsDestroy(opts);