codex fix for test

Signed-off-by: chyyy0213 <chenhaiying3@huawei.com>
Change-Id: Ic6ed898e7009b3867f9b5b413d6eac5edd28cd07
This commit is contained in:
chyyy0213 2022-08-25 16:33:13 +08:00
parent 4839c584df
commit 50e63aef75

View File

@ -76,8 +76,8 @@ void WindowAnimationTransitionTest::TearDownTestCase()
void WindowAnimationTransitionTest::SetUp()
{
windowInfo_ = {
.name = "TestWindow",
.rect = {0, 0, 100, 200},
.name = "AnimationTestWindow",
.rect = {0, 0, 200, 200},
.type = WindowType::WINDOW_TYPE_FLOAT,
.mode = WindowMode::WINDOW_MODE_FLOATING,
.needAvoid = false,