Skip to content

Commit f30c791

Browse files
committed
Update magic number in tests
1 parent 9f60d4f commit f30c791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_magic_number(self):
635635
# stakeholders such as OS package maintainers must be notified
636636
# in advance. Such exceptional releases will then require an
637637
# adjustment to this test case.
638-
EXPECTED_MAGIC_NUMBER = 3625
638+
EXPECTED_MAGIC_NUMBER = 3626
639639
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
640640

641641
msg = (

0 commit comments

Comments
 (0)