Skip to content

Commit 70adf94

Browse files
Update txn_lazy_commit_test.cpp
1 parent 7b7804e commit 70adf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/test/txn_lazy_commit_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ TEST(TxnLazyCommitTest, RowsetMetaSizeExceedTest) {
18961896
GetRowsetResponse res;
18971897
meta_service->get_rowset(reinterpret_cast<::google::protobuf::RpcController*>(&cntl), &req,
18981898
&res, nullptr);
1899-
ASSERT_EQ(res.status().code(), MetaServiceCode::PROTOBUF_SERIALIZE_ERR);
1899+
ASSERT_EQ(res.status().code(), MetaServiceCode::PROTOBUF_PARSE_ERR);
19001900
}
19011901
}
19021902

0 commit comments

Comments
 (0)