Skip to content

Commit

Permalink
test: adjusted golden tolerence
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 21, 2024
1 parent 172985e commit c38cd28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void main() {

const goldenFile = GoldenFiles(component: parentFolder);
setUpAll(() {
goldenFileComparator = TolerantComparator(goldenFile.uri, tolerance: 0);
goldenFileComparator = TolerantComparator(goldenFile.uri, tolerance: 0.001);
});

group('Accessibility Tests', () {
Expand Down

0 comments on commit c38cd28

Please sign in to comment.