Skip to content

Commit

Permalink
Update tolerance for rfw's material widget tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victoreronmosele committed Aug 9, 2024
1 parent 1e616f8 commit f00c494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rfw/test/material_widgets_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ void main() {

setUpAll(() {
setUpTolerantComparator(
testPath: 'test/material_widget_test.dart', precisionTolerance: 0.01);
testPath: 'test/material_widget_test.dart',
precisionTolerance: 0.00002,
);
});

testWidgets('Material widgets', (WidgetTester tester) async {
Expand Down

0 comments on commit f00c494

Please sign in to comment.