From a4bbbc8743ad6ae3ac388a21f68db9c0122f2e8d Mon Sep 17 00:00:00 2001 From: chensi10 Date: Wed, 15 Mar 2023 15:53:16 +0800 Subject: [PATCH] ux xts codeCheck fix Signed-off-by: chensi10 --- arkui/BUILD.gn | 2 +- arkui/ace_ets_components_ux/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/BUILD.gn b/arkui/BUILD.gn index 2bf908a66..01610296d 100644 --- a/arkui/BUILD.gn +++ b/arkui/BUILD.gn @@ -22,7 +22,7 @@ group("arkui") { "ace_ets_component_three:ActsAceEtsComponentThreeTest", "ace_ets_component_two:ActsAceEtsComponentTwoTest", "ace_ets_component_ui:ActsAceEtsComponentUITest", - "ace_ets_components_ux:componnetUxTest", + "ace_ets_components_ux:componentUxTest", "ace_ets_dev:ActsAceDevTest", "ace_ets_layout_test:ActsAceEtsLayoutTest", "ace_ets_standard:ActsAceEtsStTest", diff --git a/arkui/ace_ets_components_ux/BUILD.gn b/arkui/ace_ets_components_ux/BUILD.gn index fbbc3d914..60f153a66 100644 --- a/arkui/ace_ets_components_ux/BUILD.gn +++ b/arkui/ace_ets_components_ux/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -group("componnetUxTest") { +group("componentUxTest") { testonly = true if (is_standard_system) { deps = [ "ace_ets_component_sidebar:ActsAceSideBarTest" ] -- GitLab