Skip to content

Commit 3306ea0

Browse files
Update tolerance for rfw's material widget tests
1 parent a955c4c commit 3306ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/rfw/test/material_widgets_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ void main() {
2626

2727
setUpAll(() {
2828
setUpTolerantComparator(
29-
testPath: 'test/material_widget_test.dart', precisionTolerance: 0.01);
29+
testPath: 'test/material_widget_test.dart',
30+
precisionTolerance: 0.00002,
31+
);
3032
});
3133

3234
testWidgets('Material widgets', (WidgetTester tester) async {

0 commit comments

Comments
 (0)