Skip to content

Commit 4a8ecba

Browse files
gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
1 parent e4058d7 commit 4a8ecba

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
@@ -759,7 +759,7 @@ def test_normalization(self):
759759

760760
@requires_resource('cpu')
761761
def test_normalization_3_2_0(self):
762-
testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data')
762+
testdatafile = findfile('NormalizationTest-3.2.0.txt')
763763
with open(testdatafile, encoding='utf-8') as testdata:
764764
self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
765765

0 commit comments

Comments
 (0)