Skip to content

Commit 2f45efb

Browse files
committed
Fixed test
1 parent 583b8af commit 2f45efb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/public/lib/ydb_cli/common/csv_parser_ut.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ using namespace NYdb::NConsoleClient;
99

1010
Y_UNIT_TEST_SUITE(YdbCliCsvParserTests) {
1111
bool CompareValues(const TValue& lhs, const TValue& rhs) {
12-
lhs.GetProto();
1312
TString stringFirst, stringSecond;
1413
NProtoBuf::TextFormat::PrintToString(lhs.GetProto(), &stringFirst);
1514
NProtoBuf::TextFormat::PrintToString(rhs.GetProto(), &stringSecond);

0 commit comments

Comments
 (0)