summaryrefslogtreecommitdiffstats
path: root/util/stream/walk_ut.cpp
diff options
context:
space:
mode:
authoryazevnul <[email protected]>2022-02-10 16:46:46 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:46 +0300
commit8cbc307de0221f84c80c42dcbe07d40727537e2c (patch)
tree625d5a673015d1df891e051033e9fcde5c7be4e5 /util/stream/walk_ut.cpp
parent30d1ef3941e0dc835be7609de5ebee66958f215a (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/walk_ut.cpp')
-rw-r--r--util/stream/walk_ut.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/stream/walk_ut.cpp b/util/stream/walk_ut.cpp
index e0a783799f2..b5a8057b1bb 100644
--- a/util/stream/walk_ut.cpp
+++ b/util/stream/walk_ut.cpp
@@ -2,7 +2,7 @@
#include <library/cpp/testing/unittest/registar.h>
-class TStringListInput: public IWalkInput {
+class TStringListInput: public IWalkInput {
public:
TStringListInput(const TVector<TString>& data)
: Data_(data)
@@ -27,8 +27,8 @@ private:
size_t Index_;
};
-Y_UNIT_TEST_SUITE(TWalkTest) {
- Y_UNIT_TEST(ReadTo) {
+Y_UNIT_TEST_SUITE(TWalkTest) {
+ Y_UNIT_TEST(ReadTo) {
TVector<TString> data;
data.push_back("111a");
data.push_back("222b");