Skip to content

Commit

Permalink
Update test_read.py
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Binette <[email protected]>
  • Loading branch information
OlivierBinette authored Nov 25, 2023
1 parent e7ac6f7 commit fa9a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fa9a09f

Please sign in to comment.