We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575bc70 commit e595a03Copy full SHA for e595a03
1 file changed
tests/test_core.py
@@ -1267,7 +1267,7 @@ def test_csv_parsing_matches_pandas(self):
1267
1268
assert df_expected.iloc[0]["OrganizationName"] == df.iloc[0]["OrganizationName"]
1269
1270
- def test_error_parsing2(self):
+ def test_parsing_norwegian_letters(self):
1271
header_names = [
1272
"OrganizationName",
1273
"timestamp",
0 commit comments