Remove verbose: true from canvas_test.dart. (#161211)

General cleanup after https://github.com/flutter/flutter/issues/157206.
This commit is contained in:
Matan Lurey 2025-01-07 08:23:52 -08:00 committed by GitHub
parent b552906977
commit e66e04f39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ String get _flutterBuildPath {
} }
void main() async { void main() async {
final ImageComparer comparer = await ImageComparer.create(verbose: true); final ImageComparer comparer = await ImageComparer.create();
testNoCrashes(); testNoCrashes();