We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896db65 commit d55f322Copy full SHA for d55f322
scripts/release/changelog_test.py
@@ -68,7 +68,8 @@ def test_invalid_date(self):
68
with self.assertRaises(Exception) as context:
69
extract_date_and_kind_from_file_name("20250640_refactor_codebase.md")
70
self.assertEqual(
71
- str(context.exception), "20250640_refactor_codebase.md - date 20250640 is not in the expected format %Y%m%d"
+ str(context.exception),
72
+ "20250640_refactor_codebase.md - date '20250640' is not in the expected format %Y%m%d",
73
)
74
75
def test_wrong_file_name_format_date(self):
0 commit comments