diff --git a/test/borders_test.dart b/test/borders_test.dart index 91e9e36..60f7ab0 100644 --- a/test/borders_test.dart +++ b/test/borders_test.dart @@ -40,9 +40,7 @@ void main() { ), ], ), - decoration: IconDecoration( - border: IconBorder(), - ), + decoration: IconDecoration(border: IconBorder()), ), ), ], diff --git a/test/flutter_test_config.dart b/test/flutter_test_config.dart index 008b76c..f441a4d 100644 --- a/test/flutter_test_config.dart +++ b/test/flutter_test_config.dart @@ -13,6 +13,7 @@ Future testExecutable(FutureOr Function() testMain) async { // ignore: avoid_redundant_argument_values enabled: !isRunningInCi, ), + ciGoldensConfig: const CiGoldensConfig(tolerance: 0.01), ), run: testMain, );