Skip to content

Commit

Permalink
feat: added tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Oct 31, 2024
1 parent 21e2636 commit b3edce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions test/borders_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ void main() {
),
],
),
decoration: IconDecoration(
border: IconBorder(),
),
decoration: IconDecoration(border: IconBorder()),
),
),
],
Expand Down
1 change: 1 addition & 0 deletions test/flutter_test_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) async {
// ignore: avoid_redundant_argument_values
enabled: !isRunningInCi,
),
ciGoldensConfig: const CiGoldensConfig(tolerance: 0.01),
),
run: testMain,
);
Expand Down

0 comments on commit b3edce9

Please sign in to comment.