Skip to content

Commit 8085aa9

Browse files
authored
Merge 032c82b into 075f052
2 parents 075f052 + 032c82b commit 8085aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/testlib/actors/test_runtime.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
namespace NActors {
2525

2626
void TTestActorRuntime::TNodeData::Stop() {
27-
TNodeDataBase::Stop();
2827
if (Mon) {
2928
Mon->Stop();
3029
}
30+
TNodeDataBase::Stop();
3131
}
3232

3333
TTestActorRuntime::TNodeData::~TNodeData() {

0 commit comments

Comments
 (0)