We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51796e5 commit c77aa2dCopy full SHA for c77aa2d
Lib/test/test_unicodedata.py
@@ -17,7 +17,7 @@
17
class UnicodeMethodsTest(unittest.TestCase):
18
19
# update this, if the database changes
20
- expectedchecksum = 'e728278035eb76cf92d86f07852266b0433f16a5'
+ expectedchecksum = 'fbdf8106a3c7c242086b0a9efa03ad4d30d5b85d'
21
22
@requires_resource('cpu')
23
def test_method_checksum(self):
@@ -70,7 +70,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
70
71
# Update this if the database changes. Make sure to do a full rebuild
72
# (e.g. 'make distclean && make') to get the correct checksum.
73
- expectedchecksum = '4bcbf9df344114b1ebc95b904f4352dd250dff7e'
+ expectedchecksum = 'd1e37a2854df60ac607b47b51189b9bf1b54bfdb'
74
75
76
def test_function_checksum(self):
0 commit comments