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

Commit 37f795f

Browse files
authored
Update lib/web_ui/test/engine/pointer_binding_test.dart
1 parent f0db1c4 commit 37f795f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/engine/pointer_binding_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ void testMain() {
13341334
packets[4].data[0].signalKind, equals(ui.PointerSignalKind.scroll));
13351335
expect(
13361336
packets[4].data[0].kind, equals(ui.PointerDeviceKind.trackpad));
1337-
expect(packets[4].data[0].pointerIdentifier, equals(-2));
1337+
expect(packets[4].data[0].device, equals(-2));
13381338
expect(packets[4].data[0].pointerIdentifier, equals(0));
13391339
expect(packets[4].data[0].synthesized, isFalse);
13401340
expect(packets[4].data[0].physicalX, equals(10.0 * dpi));

0 commit comments

Comments
 (0)