From f86ba3a1f32ea78c41000ea346ed6a375437d638 Mon Sep 17 00:00:00 2001 From: shuangshuangliu Date: Tue, 26 Aug 2025 15:39:20 +0800 Subject: [PATCH] =?UTF-8?q?TDD=E5=BC=82=E5=B8=B8=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shuangshuangliu Change-Id: I35354ad49c1e89e28bb0891e7c3a69c40326f508 --- wmserver/test/unittest/display_group_controller_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wmserver/test/unittest/display_group_controller_test.cpp b/wmserver/test/unittest/display_group_controller_test.cpp index 91ecd1a00b..94deaeee22 100644 --- a/wmserver/test/unittest/display_group_controller_test.cpp +++ b/wmserver/test/unittest/display_group_controller_test.cpp @@ -545,6 +545,7 @@ HWTEST_F(DisplayGroupControllerTest, MoveCrossNodeToTargetDisplay01, TestSize.Le auto showingDisplays = child->GetShowingDisplays(); ASSERT_NE(0, showingDisplays.size()); ASSERT_EQ(0, showingDisplays[0]); + node1->children_.pop_back(); } /** -- Gitee