8000 gh-109559: Update unicodedata checksums for 15.1.0. (#109597) · python/cpython@850cc8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 850cc8d

Browse files
authored
gh-109559: Update unicodedata checksums for 15.1.0. (#109597)
Update unicodedata checksums for 15.1.0.
1 parent def8289 commit 850cc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_unicodedata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class UnicodeMethodsTest(unittest.TestCase):
1919

2020
# update this, if the database changes
21-
expectedchecksum = 'e708c31c0d51f758adf475cb7201cf80917362be'
21+
expectedchecksum = '63aa77dcb36b0e1df082ee2a6071caeda7f0955e'
2222

2323
@requires_resource('cpu')
2424
def test_method_checksum(self):
@@ -71,7 +71,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
7171

7272
# Update this if the database changes. Make sure to do a full rebuild
7373
# (e.g. 'make distclean && make') to get the correct checksum.
74-
expectedchecksum = '26ff0d31c14194b4606a5b3a81ac36df3a14e331'
74+
expectedchecksum = '232affd2a50ec4bd69d2482aa0291385cbdefaba'
7575

7676
@requires_resource('cpu')
7777
def test_function_checksum(self):

0 commit comments

Comments
 (0)
0