We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a955c4c commit 3306ea0Copy full SHA for 3306ea0
packages/rfw/test/material_widgets_test.dart
@@ -26,7 +26,9 @@ void main() {
26
27
setUpAll(() {
28
setUpTolerantComparator(
29
- testPath: 'test/material_widget_test.dart', precisionTolerance: 0.01);
+ testPath: 'test/material_widget_test.dart',
30
+ precisionTolerance: 0.00002,
31
+ );
32
});
33
34
testWidgets('Material widgets', (WidgetTester tester) async {
0 commit comments