Skip to content

Commit 51722fa

Browse files
dshemetovkrivard
andauthored
Update tests/acquisition/covidcast/test_csv_to_database.py
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent d6b653a commit 51722fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acquisition/covidcast/test_csv_to_database.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_collect_files(self, mock_csv_importer: MagicMock):
3535
"""Scan the data directory."""
3636

3737
mock_csv_importer.find_csv_files.return_value = self._path_details
38-
collect_files("fake_data_dir",False) # no specific issue
38+
collect_files("fake_data_dir", False) # no specific issue
3939
self.assertEqual(mock_csv_importer.find_csv_files.call_count, 1)
4040

4141

0 commit comments

Comments
 (0)