Skip to content

Commit

Permalink
Update ydb/core/testlib/actors/test_runtime.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Semyon Danilov <[email protected]>
  • Loading branch information
UgnineSirdis and SammyVimes authored Aug 1, 2024
1 parent 032c82b commit 0ec45a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/testlib/actors/test_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace NActors {
void TTestActorRuntime::TNodeData::Stop() {
if (Mon) {
Mon->Stop();
GetAppData<NKikimr::TAppData>()->Mon = nullptr;
}
TNodeDataBase::Stop();
}
Expand Down

0 comments on commit 0ec45a2

Please sign in to comment.