From 519ebd30676f0e7fc074e6e670080355f48db853 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Wed, 21 Oct 2020 17:44:45 +0200 Subject: [PATCH] cosmetic fix: self argument --- tests/test_read_ods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_read_ods.py b/tests/test_read_ods.py index c7b1d6f..4537702 100644 --- a/tests/test_read_ods.py +++ b/tests/test_read_ods.py @@ -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)