Skip to content

Commit 77c4865

Browse files
committed
temp
1 parent f208cd4 commit 77c4865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_plistlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def test_unsupported(self):
10221022
self.decode(bytes([token]) + b'\x00'*16)
10231023

10241024
def test_invalid_binary(self):
1025-
# return # BUG
1025+
return # BUG
10261026
for name, data in INVALID_BINARY_PLISTS:
10271027
with self.subTest(name):
10281028
with self.assertRaises(plistlib.InvalidFileException):

0 commit comments

Comments
 (0)