Remove verbose: true
from canvas_test.dart
. (#161211)
General cleanup after https://github.com/flutter/flutter/issues/157206.
This commit is contained in:
parent
b552906977
commit
e66e04f39f
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user