fix(parser): create topic ut

This commit is contained in:
Liu Jicong 2022-05-31 17:15:23 +08:00
parent 4169eb559a
commit 5c8d59e562
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ TEST_F(ParserInitialCTest, createTopic) {
expect.ast = (char*)pAst;
} else {
expect.subType = TOPIC_SUB_TYPE__DB;
snprintf(expect.subStbName, sizeof(expect.subStbName), "0.%s", pDbName);
snprintf(expect.subDbName, sizeof(expect.subDbName), "0.%s", pDbName);
}
};