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

Commit 231bb98

Browse files
committed
fix test/paragraph_test.dart
1 parent 96a19a3 commit 231bb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web_ui/test/paragraph_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@ void main() async {
406406
expect(
407407
paragraph.getBoxesForRange(1, 2).single,
408408
const TextBox.fromLTRBD(
409-
10,
409+
970,
410410
0,
411-
20,
411+
980,
412412
10,
413413
TextDirection.rtl,
414414
),

0 commit comments

Comments
 (0)