Skip to content

Commit

Permalink
Increase text_field golden test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 6, 2024
1 parent 3882028 commit 30d1a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forui/test/src/widgets/text_field/flutter_test_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:async';

import '../../flutter_test_config.dart';

const _kGoldenTestsThreshold = 5 / 100;
const _kGoldenTestsThreshold = 5.4 / 100;

Future<void> testExecutable(FutureOr<void> Function() testMain) async {
await configureGoldenTests(_kGoldenTestsThreshold);
Expand Down

0 comments on commit 30d1a85

Please sign in to comment.