Skip to content

Commit b8e6da0

Browse files
Update docstring wording in tests/test_existing_images.py
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
1 parent ce1aab2 commit b8e6da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_existing_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_all_files_exist_exits(self, mock_gather, mock_exists):
5656
@patch("cautiousrobot.utils.gather_file_paths", return_value=[])
5757
@patch("cautiousrobot.utils.print")
5858
def test_no_files_exist(self, mock_print, mock_gather, mock_exists):
59-
"""If no files exist, should mark all as missing and print message."""
59+
"""If no files exist, should mark all as not in directory and print message."""
6060
updated_df, filtered_df = check_existing_images(
6161
self.csv_path, self.img_dir, self.sample_df, self.filename_col
6262
)

0 commit comments

Comments
 (0)