mirror of
https://github.com/python/cpython.git
synced 2025-11-09 22:16:39 +00:00
Fix expected checksum for new unicodedata (after full rebuild)
This commit is contained in:
parent
aaf17b33a5
commit
73abc527eb
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class UnicodeDatabaseTest(unittest.TestCase):
|
||||||
class UnicodeFunctionsTest(UnicodeDatabaseTest):
|
class UnicodeFunctionsTest(UnicodeDatabaseTest):
|
||||||
|
|
||||||
# update this, if the database changes
|
# update this, if the database changes
|
||||||
expectedchecksum = 'ebd64e81553c9cb37f424f5616254499fcd8849e'
|
expectedchecksum = 'f0b74d26776331cc7bdc3a4698f037d73f2cee2b'
|
||||||
def test_function_checksum(self):
|
def test_function_checksum(self):
|
||||||
data = []
|
data = []
|
||||||
h = hashlib.sha1()
|
h = hashlib.sha1()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue