Skip to content

Commit e595a03

Browse files
rename test
1 parent 575bc70 commit e595a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def test_csv_parsing_matches_pandas(self):
12671267

12681268
assert df_expected.iloc[0]["OrganizationName"] == df.iloc[0]["OrganizationName"]
12691269

1270-
def test_error_parsing2(self):
1270+
def test_parsing_norwegian_letters(self):
12711271
header_names = [
12721272
"OrganizationName",
12731273
"timestamp",

0 commit comments

Comments
 (0)