Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 990b9fa

Browse files
committed
Fix flaky test on macOS
1 parent 099fc6d commit 990b9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/common/flutter_platform_node_delegate_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ TEST(FlutterPlatformNodeDelegateTest, canUseOwnerBridge) {
236236
auto child1_node = bridge->GetFlutterPlatformNodeDelegateFromID(1).lock();
237237
auto owner_bridge = child1_node->GetOwnerBridge().lock();
238238

239-
bool result;
239+
bool result = false;
240240
gfx::RectF bounds = owner_bridge->RelativeToGlobalBounds(
241241
child1_node->GetAXNode(), result, true);
242242
EXPECT_EQ(bounds.x(), 0);

0 commit comments

Comments
 (0)