From f079427ca999034792d0f08029beb3230381cf32 Mon Sep 17 00:00:00 2001 From: charlielou Date: Wed, 10 Sep 2025 15:44:45 +0800 Subject: [PATCH] fix tdd codeowner Change-Id: I81bfd4ef8d1b73d2c52502ee204cb855f62befa9 Signed-off-by: charlielou --- .gitee/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index 437f8de49fe..af10cac715c 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -3221,9 +3221,9 @@ test/mock/core/animation/mock_animation_proxy.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.cpp @arkuiscroll -test/unittest/base/frame_node_test_ng.cpp @arkuiframework test/unittest/core/accessibility/ @arkuiabilitygroup test/unittest/core/animation/ @arkui_superman +test/unittest/core/base/frame_node_test_ng.cpp @arkuiframework test/unittest/core/common/ace_engine/ @arkuiframework test/unittest/core/common/asset/ @arkuiframework test/unittest/core/common/clipboard/ @huawei_g_five -- Gitee