From 947d5789b7195145d9985b04240293d83ad369c4 Mon Sep 17 00:00:00 2001 From: Amos Date: Mon, 22 Jul 2024 14:03:30 +0800 Subject: [PATCH] Update: mosaic_test --- test/mosaic_test.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/mosaic_test.dart b/test/mosaic_test.dart index a92fba8..1c10fd4 100644 --- a/test/mosaic_test.dart +++ b/test/mosaic_test.dart @@ -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'), ); @@ -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'), ); @@ -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'), );