Skip to content

Commit

Permalink
Merge pull request #264 from Afroz-Shaikh/fix-flutter-analyze
Browse files Browse the repository at this point in the history
fix analyze issue
  • Loading branch information
Afroz-Shaikh authored May 6, 2024
2 parents c1f75f2 + f160e65 commit afbed78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/flutter_test_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ class LocalFileComparatorWithThreshold extends LocalFileComparator {
);

if (!result.passed && result.diffPercent <= threshold) {
print(
'A difference of ${result.diffPercent * 100}% was found, but it is '
'acceptable since it is not greater than the threshold of '
'${threshold * 100}%',
);
// print(
// 'A difference of ${result.diffPercent * 100}% was found, but it is '
// 'acceptable since it is not greater than the threshold of '
// '${threshold * 100}%',
// );

return true;
}
Expand Down

0 comments on commit afbed78

Please sign in to comment.