mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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):
|
||||
|
||||
# update this, if the database changes
|
||||
expectedchecksum = 'ebd64e81553c9cb37f424f5616254499fcd8849e'
|
||||
expectedchecksum = 'f0b74d26776331cc7bdc3a4698f037d73f2cee2b'
|
||||
def test_function_checksum(self):
|
||||
data = []
|
||||
h = hashlib.sha1()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue