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 { ...@@ -27,8 +27,7 @@ Future<void> main() async {
expect(image.size.width, equals(25.0)); expect(image.size.width, equals(25.0));
expect(image.size.height, equals(25.0)); expect(image.size.height, equals(25.0));
// TODO(dnfield): https://github.com/flutter/flutter/issues/66289 expect(image, hasAGoodToStringDeep);
expect(image, hasAGoodToStringDeep, skip: kIsWeb);
expect( expect(
image.toStringDeep(minLevel: DiagnosticLevel.info), image.toStringDeep(minLevel: DiagnosticLevel.info),
equalsIgnoringHashCodes( 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