summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/ut/common_ut.cpp
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-09-20 18:52:14 +0300
committerrobot-piglet <[email protected]>2024-09-20 19:02:58 +0300
commite2d4e77967cebcc09fc7cfed2a158d96587fd65f (patch)
treed793efb183b80a61c2a8150a7676be0bed13d1db /yt/cpp/mapreduce/interface/ut/common_ut.cpp
parentd3cfd2d7316d546beaef44a30de5659ce4d82d78 (diff)
Intermediate changes
commit_hash:918a0dcec668a251cd29324dc517406ad3be67ec
Diffstat (limited to 'yt/cpp/mapreduce/interface/ut/common_ut.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/ut/common_ut.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/interface/ut/common_ut.cpp b/yt/cpp/mapreduce/interface/ut/common_ut.cpp
index f15fa22e21d..196ef738398 100644
--- a/yt/cpp/mapreduce/interface/ut/common_ut.cpp
+++ b/yt/cpp/mapreduce/interface/ut/common_ut.cpp
@@ -359,7 +359,5 @@ TEST(TCommonTest, ModificationLoadedSchema)
)"""));
schema.MutableColumns()[0].Type(VT_INT64, true);
- Cerr << NodeToYsonString(schema.ToNode()) << Endl;
-
ASSERT_EQ(schema.ToNode()[0]["type"].AsString(), "int64");
}