From 30d1a85258960fdffa2b4483bd3796a91b99277c Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Tue, 6 Aug 2024 16:53:59 +0800 Subject: [PATCH] Increase text_field golden test threshold --- forui/test/src/widgets/text_field/flutter_test_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);