Skip to content

Commit 7f2ca44

Browse files
committed
tidy
1 parent 776eafc commit 7f2ca44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recordprocessor/tests/test_recordprocessor_edge_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_process_utf8_small_file(self):
151151

152152
def test_fix_cp1252(self):
153153
# create a cp1252 string that contains an accented E
154-
# this is a unit test as such but checks our assumptions about encoding
154+
# this is not a unit test as such but checks/confirms encoding assumptions
155155
source_text = b'D\xe9cembre'
156156
test_dict = {
157157
"date": source_text,

0 commit comments

Comments
 (0)