Skip to content

Commit

Permalink
Update: mosaic_test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Jul 22, 2024
1 parent c27b1fc commit 947d578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mosaic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void main() {
await tester.pump(const Duration(milliseconds: 100));

/// flutter test --update-goldens
expectLater(
await expectLater(
find.byKey(mosaicWidgetKey),
matchesGoldenFile('goldens/mosaic_sampleCount.s2.png'),
);
Expand All @@ -98,7 +98,7 @@ void main() {
await tester.pump(const Duration(milliseconds: 100));

/// flutter test --update-goldens
expectLater(
await expectLater(
find.byKey(mosaicWidgetKey),
matchesGoldenFile('goldens/mosaic_sampleCount.s4.png'),
);
Expand All @@ -114,7 +114,7 @@ void main() {
await tester.pump(const Duration(milliseconds: 100));

/// flutter test --update-goldens
expectLater(
await expectLater(
find.byKey(mosaicWidgetKey),
matchesGoldenFile('goldens/mosaic_sampleCount.s8.png'),
);
Expand Down

0 comments on commit 947d578

Please sign in to comment.