diff --git a/forui/test/src/widgets/text_field/flutter_test_config.dart b/forui/test/src/widgets/text_field/flutter_test_config.dart index dc2942590..cb152b7aa 100644 --- a/forui/test/src/widgets/text_field/flutter_test_config.dart +++ b/forui/test/src/widgets/text_field/flutter_test_config.dart @@ -2,7 +2,7 @@ import 'dart:async'; import '../../flutter_test_config.dart'; -const _kGoldenTestsThreshold = 5 / 100; +const _kGoldenTestsThreshold = 5.4 / 100; Future testExecutable(FutureOr Function() testMain) async { await configureGoldenTests(_kGoldenTestsThreshold);