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 def8289 commit 850cc8dCopy full SHA for 850cc8d
Lib/test/test_unicodedata.py
@@ -18,7 +18,7 @@
18
class UnicodeMethodsTest(unittest.TestCase):
19
20
# update this, if the database changes
21
- expectedchecksum = 'e708c31c0d51f758adf475cb7201cf80917362be'
+ expectedchecksum = '63aa77dcb36b0e1df082ee2a6071caeda7f0955e'
22
23
@requires_resource('cpu')
24
def test_method_checksum(self):
@@ -71,7 +71,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
71
72
# Update this if the database changes. Make sure to do a full rebuild
73
# (e.g. 'make distclean && make') to get the correct checksum.
74
- expectedchecksum = '26ff0d31c14194b4606a5b3a81ac36df3a14e331'
+ expectedchecksum = '232affd2a50ec4bd69d2482aa0291385cbdefaba'
75
76
77
def test_function_checksum(self):
0 commit comments