Skip to content

Commit 02e17e5

Browse files
authored
checked_yaml: fix test source (google#1419)
1 parent 9694cc5 commit 02e17e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checked_yaml/example/example.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checked_yaml/test/example_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ line 1, column 1: Required keys are missing: name.
3333
_expectThrows(
3434
'{"name":"something"}',
3535
r'''
36-
line 1, column 1: Missing key "count". type 'Null' is not a subtype of type 'int' in type cast
36+
line 1, column 1: Missing key "count". type 'Null' is not a subtype of type 'num' in type cast
3737
3838
1 │ {"name":"something"}
3939
│ ^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)