Skip to content

Commit 15c3dbe

Browse files
edited a comment in file_utils_tests.py
1 parent 6357b3d commit 15c3dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/file_utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_import_files_when_none_found(file_import_path, subdir, expected):
124124
def test_import_files_csv(file_import_path, subdir, strict, like, expected):
125125
imported_files = import_files(file_import_path, subdir=subdir, strict=strict, like=like)
126126

127-
# in the default csv mode, import_files() returns a dict with a pandas df for every csv file it finds.
127+
# import_files() by default returns a dict with a pandas df for every csv file it finds.
128128
# The loop below wraps each dfs in the DfWrap class, so that the dicts can be compared with
129129
# the expected results for equality.
130130
for file in imported_files:

0 commit comments

Comments
 (0)