diff --git a/service/window_manager/test/input_windows_manager_test.cpp b/service/window_manager/test/input_windows_manager_test.cpp index 2f4f835c4ed8371b85b78c22718ce5ebc81eda39..03d01ce7d7fe2753728c70403e22e0d9989e6fbe 100644 --- a/service/window_manager/test/input_windows_manager_test.cpp +++ b/service/window_manager/test/input_windows_manager_test.cpp @@ -9892,7 +9892,8 @@ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsMouseInCastWindow_00 /** * @tc.name: InputWindowsManagerTest_IsMouseInCastWindow_002 - * @tc.desc: Test whether IsMouseInCastWindow returns false when there is window information but no window of the CAST_WINDOW_TYPE type. + * @tc.desc: Test whether IsMouseInCastWindow returns false when there is window information + * but no window of the CAST_WINDOW_TYPE type. * @tc.type: FUNC * @tc.require: */ @@ -9908,7 +9909,8 @@ HWTEST_F(InputWindowsManagerTest, InputWindowsManagerTest_IsMouseInCastWindow_00 /** * @tc.name: InputWindowsManagerTest_IsMouseInCastWindow_003 - * @tc.desc: Test whether IsMouseInCastWindow returns false when there is window information and window of the CAST_WINDOW_TYPE type. + * @tc.desc: Test whether IsMouseInCastWindow returns false when there is window information and + * window of the CAST_WINDOW_TYPE type. * @tc.type: FUNC * @tc.require: */