diff options
author | ienkovich <[email protected]> | 2022-02-10 16:47:50 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:50 +0300 |
commit | 0a579de32b745908473b2cea7c5cd5540bc801f0 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/actors/testlib/test_runtime.cpp | |
parent | 5bd76e73fa8dd777999be2668ff56928cc3dbecb (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.cpp')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp index 66b353d49df..6fa25b99656 100644 --- a/library/cpp/actors/testlib/test_runtime.cpp +++ b/library/cpp/actors/testlib/test_runtime.cpp @@ -815,9 +815,9 @@ namespace NActors { } void TTestActorRuntimeBase::AdvanceCurrentTime(TDuration duration) { - UpdateCurrentTime(GetCurrentTime() + duration); - } - + UpdateCurrentTime(GetCurrentTime() + duration); + } + TIntrusivePtr<ITimeProvider> TTestActorRuntimeBase::GetTimeProvider() { Y_VERIFY(!UseRealThreads); return TimeProvider; @@ -1650,7 +1650,7 @@ namespace NActors { common.Reset(new TInterconnectProxyCommon); common->NameserviceId = nameserviceId; common->MonCounters = interconnectCounters; - common->TechnicalSelfHostName = "::1"; + common->TechnicalSelfHostName = "::1"; if (!UseRealThreads) { common->Settings.DeadPeer = TDuration::Max(); |