Skip to content

Commit 3691e9a

Browse files
fatihhcelikpicnixz
andauthored
Update Lib/test/test_zoneinfo/test_zoneinfo.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 4b7f241 commit 3691e9a

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
@@ -252,7 +252,7 @@ def test_bad_zones(self):
252252
bad_zones = [
253253
b"", # Empty file
254254
b"AAAA3" + b" " * 15, # Bad magic
255-
# Truncated V2 file (should loop indefinitely)
255+
# Truncated V2 file (should not loop indefinitely)
256256
b"TZif2" + (b"\x00" * 39) + b"TZif2" + (b"\x00" * 39) + b"\n" + b"Part",
257257
]
258258

0 commit comments

Comments
 (0)