We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583b8af commit 2f45efbCopy full SHA for 2f45efb
ydb/public/lib/ydb_cli/common/csv_parser_ut.cpp
@@ -9,7 +9,6 @@ using namespace NYdb::NConsoleClient;
9
10
Y_UNIT_TEST_SUITE(YdbCliCsvParserTests) {
11
bool CompareValues(const TValue& lhs, const TValue& rhs) {
12
- lhs.GetProto();
13
TString stringFirst, stringSecond;
14
NProtoBuf::TextFormat::PrintToString(lhs.GetProto(), &stringFirst);
15
NProtoBuf::TextFormat::PrintToString(rhs.GetProto(), &stringSecond);
0 commit comments