make CI/CD happy

This commit is contained in:
yihaoDeng 2022-02-26 19:00:26 +08:00
parent 091282fc5a
commit d18f00dfee
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ TEST_F(UtilEnv, 04union) {
for (int i = 0; i < sizeof(arr3) / sizeof(arr3[0]); i++) { for (int i = 0; i < sizeof(arr3) / sizeof(arr3[0]); i++) {
taosArrayPush(f, &arr3[i]); taosArrayPush(f, &arr3[i]);
} }
iUnion(src, rslt); iUnion(src, rslt);
assert(taosArrayGetSize(rslt) == 11); assert(taosArrayGetSize(rslt) == 11);
} }