Skip to content

Commit bcd5e46

Browse files
authored
Fix checked_yaml test duo to latest pkg:json_annotation (#752)
1 parent ce84c36 commit bcd5e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checked_yaml/test/example_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ line 1, column 2: Unrecognized keys: [bob]; supported keys: [name, count]
8181
_expectThrows(
8282
'{"name": 42, "count": 42}',
8383
r'''
84-
line 1, column 10: Unsupported value for "name".
84+
line 1, column 10: Unsupported value for "name". type 'int' is not a subtype of type 'String' in type cast
8585
8686
1 │ {"name": 42, "count": 42}
8787
│ ^^

0 commit comments

Comments
 (0)