This commit is contained in:
Hongze Cheng 2021-10-15 16:21:57 +08:00
parent c74f6292cc
commit 841eae909a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ static STSchema *metaGetSimpleSchema() {
return pSchema;
}
TEST(MetaTest, meta_open_test) {
TEST(MetaTest, meta_create_1m_normal_tables_test) {
// Open Meta
SMeta *meta = metaOpen(NULL);
std::cout << "Meta is opened!" << std::endl;