Skip to content

Commit bdb5777

Browse files
merge #7316
1 parent bb5e590 commit bdb5777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/testlib/actors/test_runtime.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
namespace NActors {
1919

2020
void TTestActorRuntime::TNodeData::Stop() {
21-
TNodeDataBase::Stop();
2221
if (Mon) {
2322
Mon->Stop();
23+
GetAppData<NKikimr::TAppData>()->Mon = nullptr;
2424
}
25+
TNodeDataBase::Stop();
2526
}
2627

2728
TTestActorRuntime::TNodeData::~TNodeData() {

0 commit comments

Comments
 (0)