diff options
author | Ilnaz Nizametdinov <i.nizametdinov@gmail.com> | 2022-02-10 16:48:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:00 +0300 |
commit | 86c3bbf7131fc3929bdb31e29fdf016038d68594 (patch) | |
tree | a6b01cf8492a661e63d723c854d78b437d548314 /library/cpp/actors/testlib | |
parent | 63966679b69e4dc92ff420dacaed6e476c6c8412 (diff) | |
download | ydb-86c3bbf7131fc3929bdb31e29fdf016038d68594.tar.gz |
Restoring authorship annotation for Ilnaz Nizametdinov <i.nizametdinov@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/testlib')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp index 6fa25b9965..d8ac88f3ae 100644 --- a/library/cpp/actors/testlib/test_runtime.cpp +++ b/library/cpp/actors/testlib/test_runtime.cpp @@ -377,7 +377,7 @@ namespace NActors { TlsActivationContext = &ctx; recipientActor->Receive(ev, ctx); TlsActivationContext = prevTlsActivationContext; - // we expect the logger to never die in tests + // we expect the logger to never die in tests } } } else { |