From 22fcb0effefd65d48d4223942d62d1720ff191ab Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 14 Nov 2023 23:03:44 -0800 Subject: [PATCH] [test] ensure to `FinalizeTest()` in `TestProcessPlatfromGeneratedNd()` (#9606) --- tests/unit/test_routing_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/test_routing_manager.cpp b/tests/unit/test_routing_manager.cpp index 293669264..55b4fbca9 100644 --- a/tests/unit/test_routing_manager.cpp +++ b/tests/unit/test_routing_manager.cpp @@ -3546,6 +3546,8 @@ void TestBorderRoutingProcessPlatfromGeneratedNd(void) VerifyOrQuit(sHeapAllocatedPtrs.GetLength() <= heapAllocations); Log("End of TestBorderRoutingProcessPlatfromGeneratedNd"); + + FinalizeTest(); } #endif // OPENTHREAD_CONFIG_BORDER_ROUTING_DHCP6_PD_ENABLE