Merge pull request !10848 from 卢宇豪/master
This commit is contained in:
openharmony_ci 2024-11-18 08:20:24 +00:00 committed by Gitee
commit 30f4d2ef5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -461,7 +461,7 @@ HWTEST_F(WindowStubTest, OnRemoteRequest18, Function | SmallTest | Level2)
uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE);
int res = windowStub_->OnRemoteRequest(code, data, reply, option);
EXPECT_EQ(res, static_cast<int>(ERR_INVALID_DATA));
EXPECT_EQ(res, static_cast<int>(ERR_NONE));
}
/**