Skip to content

Commit 787498c

Browse files
authored
Update the magic number in test_util.py (python#95714)
1 parent bacbc35 commit 787498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ def test_magic_number(self):
860860
# stakeholders such as OS package maintainers must be notified
861861
# in advance. Such exceptional releases will then require an
862862
# adjustment to this test case.
863-
EXPECTED_MAGIC_NUMBER = 3413
863+
EXPECTED_MAGIC_NUMBER = 3495
864864
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
865865

866866
msg = (

0 commit comments

Comments
 (0)