Skip to content

Commit 99731e8

Browse files
Update Lib/test/test_zoneinfo/test_zoneinfo.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent 89d0845 commit 99731e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_bad_keys(self):
222222
"America.Los_Angeles",
223223
"🇨🇦", # Non-ascii
224224
"America/New\ud800York", # Contains surrogate character
225-
"Europe" # Is a directory, see issue 85702
225+
"Europe", # Is a directory, see issue gh-85702
226226
]
227227

228228
for bad_key in bad_keys:

0 commit comments

Comments
 (0)