fix: par insert test update

This commit is contained in:
Cary Xu 2022-08-04 08:57:09 +08:00
parent 76c6f47ede
commit e39da95011
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class InsertTest : public Test {
}
}
void checkReslut(int32_t numOfTables, int16_t numOfRows1, int16_t numOfRows2 = -1) {
void checkReslut(int32_t numOfTables, int32_t numOfRows1, int32_t numOfRows2 = -1) {
SVnodeModifOpStmt* pStmt = getVnodeModifStmt(res_);
ASSERT_EQ(pStmt->payloadType, PAYLOAD_TYPE_KV);
ASSERT_EQ(pStmt->insertType, TSDB_QUERY_TYPE_INSERT);