From c922ed105cf96e6ebcadd90825446ccabb6a7333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B2=B2=E8=BE=89?= Date: Tue, 4 Jul 2023 09:56:04 +0800 Subject: [PATCH] =?UTF-8?q?fit=20bug=20for=20"=E6=BB=9A=E5=8A=A8=E7=B1=BB?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AEfling?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E7=9A=84=E5=8F=82=E6=95=B0"XTS=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李鲲辉 --- arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets b/arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets index 7749a04ac..b47b7eb03 100644 --- a/arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets +++ b/arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets @@ -765,7 +765,7 @@ RelativeContainer_AnchorPoint_Position() Row_VerticalAlign(); list_ListFrictionTest(); grid_GridFrictionTest(); - waterflow_WaterFlowFrictionTest(); + waterFlow_WaterFlowFrictionTest(); scroll_ScrollFrictionTest(); AlignContentFlex_Start(); AlignContent_FlexAlign_Start_Margin(); -- GitLab