From abe9f1911ae65f43bc07fdc75049cde857718715 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 13 Jan 2025 11:39:53 -0800 Subject: [PATCH] Update json_serializable/test/annotation_version_test.dart Co-authored-by: Nate Bosch --- json_serializable/test/annotation_version_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_serializable/test/annotation_version_test.dart b/json_serializable/test/annotation_version_test.dart index 6dc36ce6..607634ee 100644 --- a/json_serializable/test/annotation_version_test.dart +++ b/json_serializable/test/annotation_version_test.dart @@ -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) {