Unverified Commit 5547bfdb authored by Dan Field's avatar Dan Field Committed by GitHub

Delete obsolete TODO and skip (#83968)

parent da9b11ec
......@@ -27,8 +27,7 @@ Future<void> main() async {
expect(image.size.width, equals(25.0));
expect(image.size.height, equals(25.0));
// TODO(dnfield): https://github.com/flutter/flutter/issues/66289
expect(image, hasAGoodToStringDeep, skip: kIsWeb);
expect(image, hasAGoodToStringDeep);
expect(
image.toStringDeep(minLevel: DiagnosticLevel.info),
equalsIgnoringHashCodes(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment