Skip to content

Commit

Permalink
checked_yaml: fix test source (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 24, 2024
1 parent 9694cc5 commit 02e17e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checked_yaml/example/example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion checked_yaml/test/example_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ line 1, column 1: Required keys are missing: name.
_expectThrows(
'{"name":"something"}',
r'''
line 1, column 1: Missing key "count". type 'Null' is not a subtype of type 'int' in type cast
line 1, column 1: Missing key "count". type 'Null' is not a subtype of type 'num' in type cast
1 │ {"name":"something"}
│ ^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 02e17e5

Please sign in to comment.