make CI/CD happy

This commit is contained in:
yihaoDeng 2022-02-27 10:01:47 +08:00
parent 6406bccfdc
commit 2fd2172eeb
1 changed files with 0 additions and 1 deletions

View File

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