From a21ee5971dbb84535ca8986075d8a6732abac019 Mon Sep 17 00:00:00 2001 From: second_89ed Date: Fri, 20 Jun 2025 22:41:55 +0800 Subject: [PATCH] fix window manager ut case Signed-off-by: second_89ed --- service/window_manager/test/input_windows_manager_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/window_manager/test/input_windows_manager_test.cpp b/service/window_manager/test/input_windows_manager_test.cpp index 3c2734781a..87ebd4dc9f 100644 --- a/service/window_manager/test/input_windows_manager_test.cpp +++ b/service/window_manager/test/input_windows_manager_test.cpp @@ -10006,7 +10006,7 @@ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsMouseInCastWindow_00 /** * @tc.name: InputWindowsManagerTest_IsCaptureMode_001 - * @tc.desc: est case for IsCaptureMode when screenshot window exists + * @tc.desc: Test case for IsCaptureMode when screenshot window exists * @tc.require: */ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsCaptureMode_001, TestSize.Level1) @@ -10058,7 +10058,7 @@ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsCaptureMode_003, Tes /** * @tc.name: InputWindowsManagerTest_IsCaptureMode_004 - * @tc.desc: TTest case for IsCaptureMode when no special windows exist + * @tc.desc: Test case for IsCaptureMode when no special windows exist * @tc.require: */ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsCaptureMode_004, TestSize.Level1) -- Gitee