Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 24, 2024
1 parent 5222e34 commit 70f5c77
Showing 1 changed file with 1 addition and 1 deletion.
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 70f5c77

Please sign in to comment.