Index: pkg/serialization/test/serialization_test.dart |
diff --git a/pkg/serialization/test/serialization_test.dart b/pkg/serialization/test/serialization_test.dart |
index 3aa7011e02db509d089190642b056b26e068e11f..1cdc3b01c1ad862a5fc600b23c2c502b432f7e18 100644 |
--- a/pkg/serialization/test/serialization_test.dart |
+++ b/pkg/serialization/test/serialization_test.dart |
@@ -322,7 +322,7 @@ Serialization metaSerialization() { |
// TODO(alanknight): Handle CustomRule as well. |
// Note that we're passing in a constant for one of the fields. |
..addRuleFor(basicRule, |
- constructorFields: ['typeWrapped', |
+ constructorFields: ['type', |
'constructorName', |
'constructorFields', 'regularFields', []], |
fields: []) |