[go: nahoru, domu]

Skip to content

Commit

Permalink
fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasleyba committed Jun 26, 2024
1 parent 92508a3 commit 805caa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore_for_file: lines_longer_than_80_chars

import 'package:flutter/foundation.dart';
import 'package:flutter_test/flutter_test.dart';

Expand All @@ -10,7 +8,8 @@ class _TolerantGoldenFileComparator extends LocalFileComparator {

/// How much the golden image can differ from the test image.
///
/// It is expected to be between 0 and 1. Where 0 is no difference (the same image)
/// It is expected to be between 0 and 1.
/// Where 0 is no difference (same image)
/// and 1 is the maximum difference (completely different images).
static const double _precisionTolerance = .06;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ void main() {
findsOneWidget,
);
});

testWidgets('uses AdSize(300, 600) for BannerAdSize.extraLarge',
(tester) async {
const expectedSize = AdSize(width: 300, height: 600);
Expand Down

0 comments on commit 805caa0

Please sign in to comment.