mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix bad unicodedata checksum merge from trunk in r79062
This commit is contained in:
parent
51ceea0078
commit
0106250f0d
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 = 'dd36312c31318f938b9d9ecff757393508c5bd48'
|
expectedchecksum = '6ccf1b1a36460d2694f9b0b0f0324942fe70ede6'
|
||||||
|
|
||||||
def test_function_checksum(self):
|
def test_function_checksum(self):
|
||||||
data = []
|
data = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue