Skip to content

Commit 01e2247

Browse files
authored
Small fix for latest json_annotation release (#220)
1 parent 28b8859 commit 01e2247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/test/yaml/yaml_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ builders:
113113
baz: zap
114114
''': r'''
115115
Could not create `Builder`.
116-
Unrecognized keys [baz, foo], supported keys are [target, import, is_optional, auto_apply, build_to, defaultEnumTest, builder_factories, applies_builders, required_inputs, build_extensions]
116+
Unrecognized keys: [baz, foo]; supported keys: [target, import, is_optional, auto_apply, build_to, defaultEnumTest, builder_factories, applies_builders, required_inputs, build_extensions]
117117
118118
line 4, column 5 of file.yaml: Invalid key "baz"
119119
baz: zap

0 commit comments

Comments
 (0)