Skip to content

Commit

Permalink
Update json_serializable/test/annotation_version_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Bosch <[email protected]>
  • Loading branch information
kevmoo and natebosch authored Jan 13, 2025
1 parent 85973f1 commit abe9f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_serializable/test/annotation_version_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class SomeClass{}
expectedWarningCount,
reason:
'Expected the number of output warnings ($warningCount) to match the '
'number of expected warnings ($expectedWarningCount.',
'number of expected warnings ($expectedWarningCount).',
);

if (message != null) {
Expand Down

0 comments on commit abe9f19

Please sign in to comment.