diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-08-11 17:14:36 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-08-11 18:58:17 (GMT) |
commit | 439c93d51f45c50541fc755b597725168ecd939a (patch) | |
tree | cff0de3d6c1388ba5442cbb0a03b6ef4c1604235 /Lib/test | |
parent | 5de00f63d47b5aa1714ad2d88772ad55b10feea0 (diff) | |
download | cpython-3.9.0rc1.zip cpython-3.9.0rc1.tar.gz cpython-3.9.0rc1.tar.bz2 |
Python 3.9.0rc1v3.9.0rc1
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_importlib/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/test_util.py b/Lib/test/test_importlib/test_util.py index 17de466..d6c10ed 100644 --- a/Lib/test/test_importlib/test_util.py +++ b/Lib/test/test_importlib/test_util.py @@ -861,7 +861,7 @@ class MagicNumberTests(unittest.TestCase): in advance. Such exceptional releases will then require an adjustment to this test case. """ - EXPECTED_MAGIC_NUMBER = 3413 + EXPECTED_MAGIC_NUMBER = 3425 actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little') msg = ( |