diff options
author | mstebelev <mstebelev@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
commit | 93e9e4639b6ee2afbdf45cf3927cea6d340e19b0 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/generic/maybe_ut.cpp | |
parent | 5a176099114d03d5669e95a55a3a514bd24dd8b1 (diff) | |
download | ydb-93e9e4639b6ee2afbdf45cf3927cea6d340e19b0.tar.gz |
Restoring authorship annotation for <mstebelev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/maybe_ut.cpp')
-rw-r--r-- | util/generic/maybe_ut.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/generic/maybe_ut.cpp b/util/generic/maybe_ut.cpp index 173e174603..2c1a425c5e 100644 --- a/util/generic/maybe_ut.cpp +++ b/util/generic/maybe_ut.cpp @@ -796,12 +796,12 @@ Y_UNIT_TEST_SUITE(TMaybeTest) { } Y_UNIT_TEST(TestOutputStreamNothing) { - TString s; - TStringOutput output(s); - output << Nothing(); - UNIT_ASSERT_VALUES_EQUAL("(empty maybe)", s); - } - + TString s; + TStringOutput output(s); + output << Nothing(); + UNIT_ASSERT_VALUES_EQUAL("(empty maybe)", s); + } + Y_UNIT_TEST(TestOutputStreamDefinedMaybe) { TString s; TStringOutput output(s); |