Skip to content

Commit 35974d0

Browse files
Fix one of the text painter RTL tests (flutter#13470)
1 parent 0c09179 commit 35974d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/painting/text_painter_rtl_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ void main() {
379379
const TextBox.fromLTRBD( 0.0, 8.0, 50.0, 18.0, TextDirection.ltr),
380380
const TextBox.fromLTRBD(50.0, 0.0, 90.0, 20.0, TextDirection.rtl),
381381
const TextBox.fromLTRBD( 0.0, 20.0, 40.0, 40.0, TextDirection.rtl),
382-
const TextBox.fromLTRBD(60.0, 28.0, 90.0, 38.0, TextDirection.ltr),
382+
const TextBox.fromLTRBD(40.0, 28.0, 90.0, 38.0, TextDirection.ltr),
383383
],
384384
skip: skipExpectsWithKnownBugs, // horizontal offsets are one pixel off in places; vertical offsets are good
385385
);

0 commit comments

Comments
 (0)