diff --git a/tests/unit/test_read.py b/tests/unit/test_read.py index 0108e7a..abb133f 100644 --- a/tests/unit/test_read.py +++ b/tests/unit/test_read.py @@ -7,7 +7,7 @@ def test_read_csv(tmpdir, example_csv_data, example_metadata, dialect): """ - Test the read function for correct CSV reading and dialect handling. + Test read function for correct CSV reading and dialect handling. """ dirpath = tmpdir.strpath csv_filepath = os.path.join(dirpath, "data.csv")