Skip to content

Commit 7f967a2

Browse files
serhiy-storchakamiss-islington
authored andcommitted
gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
(cherry picked from commit 4a8ecba) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent d6aa7e1 commit 7f967a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/test/test_unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def test_normalization(self):
708708

709709
@requires_resource('cpu')
710710
def test_normalization_3_2_0(self):
711-
testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data')
711+
testdatafile = findfile('NormalizationTest-3.2.0.txt')
712712
with open(testdatafile, encoding='utf-8') as testdata:
713713
self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
714714

0 commit comments

Comments
 (0)