Unverified Commit f357f8d1 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove print (#35408)

parent ddd5ccd0
......@@ -11,7 +11,6 @@ void main() {
test('IconDataDiagnosticsProperty includes valueProperties in JSON', () {
IconDataProperty property = IconDataProperty('foo', const IconData(101010));
final Map<String, Object> valueProperties = property.toJsonMap(const DiagnosticsSerializationDelegate())['valueProperties'];
print(valueProperties);
expect(valueProperties['codePoint'], 101010);
property = IconDataProperty('foo', null);
......
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