cosmetic fix: self argument

This commit is contained in:
iuvbio 2020-10-21 17:44:45 +02:00
parent e1c602d01a
commit 519ebd3067
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class TestOdsReader:
assert df.columns[2] == "unnamed.1"
def test_mixed_dtypes(sefl):
def test_mixed_dtypes(self):
path = rsc / mixed_dtypes_file
df = read_ods(path, 1)