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 776eafc commit 7f2ca44Copy full SHA for 7f2ca44
recordprocessor/tests/test_recordprocessor_edge_cases.py
@@ -151,7 +151,7 @@ def test_process_utf8_small_file(self):
151
152
def test_fix_cp1252(self):
153
# create a cp1252 string that contains an accented E
154
- # this is a unit test as such but checks our assumptions about encoding
+ # this is not a unit test as such but checks/confirms encoding assumptions
155
source_text = b'D\xe9cembre'
156
test_dict = {
157
"date": source_text,
0 commit comments