fix: need cleanup

This commit is contained in:
Alex Duan 2024-02-15 22:48:51 +08:00
parent 2287317da2
commit 818e9254ad
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ int main(int argc, char **argv) {
return -1;
}
strcpy(tsSnodeAddress, "127.0.0.1");
return RUN_ALL_TESTS();
int ret = RUN_ALL_TESTS();
s3CleanUp();
return ret;
}
TEST(testCase, checkpointUpload_Test) {