Skip to content

Commit 8e44e94

Browse files
Prepares semantics_update_test for upcoming link URL change (#151261)
Prepares for flutter/engine#53507 by adding a missing parameter to the `updateNode` test method. Part of flutter/flutter#150263
1 parent aad3816 commit 8e44e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter/test/semantics/semantics_update_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class SemanticsUpdateBuilderSpy extends Fake implements ui.SemanticsUpdateBuilde
213213
required Int32List childrenInHitTestOrder,
214214
required Int32List additionalActions,
215215
int headingLevel = 0,
216+
String? linkUrl,
216217
}) {
217218
// Makes sure we don't send the same id twice.
218219
assert(!observations.containsKey(id));

0 commit comments

Comments
 (0)